[PATCH] boot: Update dependencies for some UPL options
Tom Rini
trini at konsulko.com
Tue Mar 17 02:24:29 CET 2026
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 <trini at konsulko.com>
---
boot/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/boot/Kconfig b/boot/Kconfig
index afbd0e735163..bfed452d77e3 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
--
2.43.0
More information about the U-Boot
mailing list