diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 6b0186763b236cb43e07b87f082a8a1bc8c65754..7561335bfd8482544dee19c1c1d1d14dc860e481 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -126,7 +126,7 @@ endmenu config HANDOFF bool "Pass hand-off information from SPL to U-Boot proper" - depends on BLOBLIST + depends on SPL && BLOBLIST 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.