diff options
| author | Tom Rini <[email protected]> | 2026-03-16 19:24:29 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-30 15:02:27 -0600 |
| commit | 7938048594d0edf6b1012e787fd0efda8b214aa8 (patch) | |
| tree | 840247e753496465a3baabe2a3e1f4005b5867a9 /boot | |
| parent | f1e978fd54d934260c58be85470a4a1f382f6f44 (diff) | |
boot: Update dependencies for some UPL options
As exposed by "make randconfig", we have an issue around SPL_UPL. This
depends on SPL_LIBGENERIC_SUPPORT indirectly. In turn, SPL_UPL_OUT needs
to next depend on SPL_UPL.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index afbd0e73516..bfed452d77e 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -991,6 +991,7 @@ if SPL config SPL_UPL bool "Write a UPL handoff in SPL" + depends on SPL_LIBGENERIC_SUPPORT imply SPL_UPL_OUT help This tells SPL to write a UPL handoff and pass it to the next phase @@ -1008,6 +1009,7 @@ config SPL_UPL_WRITE config SPL_UPL_OUT bool "upl - Support writing a Universal Payload handoff in SPL" + depends on SPL_UPL select SPL_UPL_WRITE help Provides support for encoding a UPL-format payload and passing it to |
