]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
bloblist / handoff: Make this depend on BLOBLIST_FIXED
authorTom Rini <trini@konsulko.com>
Tue, 19 May 2026 16:20:54 +0000 (10:20 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 2 Jun 2026 15:30:28 +0000 (09:30 -0600)
Currently, the only way we support passing a bloblist from one stage to
the next is via the BLOBLIST_FIXED mechanism. Update the Kconfig logic
to express this constraint.

Reviewed-by: Raymond Mao <raymondmaoca@gmail.com>
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig

index 5fa94098e49802949eb17cc44fa1ef9604ce82da..cc819344cad234856fa54a236629580b962a1a66 100644 (file)
@@ -220,7 +220,7 @@ source "common/spl/Kconfig.nxp"
 
 config HANDOFF
        bool "Pass hand-off information from SPL to U-Boot proper"
-       depends on BLOBLIST
+       depends on BLOBLIST_FIXED
        help
          It is useful to be able to pass information from SPL to U-Boot
          proper to preserve state that is known in SPL and is needed in U-Boot.