diff mbox series

[2/5] spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORK

Message ID 20220610105806.27177-3-alpernebiyasak@gmail.com
State Superseded
Delegated to: Simon Glass
Headers show
Series spl: binman: Fixes for BINMAN_SYMBOLS | expand

Commit Message

Alper Nebi Yasak June 10, 2022, 10:58 a.m. UTC
TPL_BINMAN_SYMBOLS depends on SPL_FRAMEWORK. The code this enables is
compiled by checking CONFIG_$(SPL_TPL_)FRAMEWORK, so it should depend on
TPL_FRAMEWORK instead (which in turn depends on SPL_FRAMEWORK). This was
most likely a typo due to copy-pasting the config's SPL version, fix it.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
---

 common/spl/Kconfig.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/common/spl/Kconfig.tpl b/common/spl/Kconfig.tpl
index 9a0e719cf949..834cb6b6dd82 100644
--- a/common/spl/Kconfig.tpl
+++ b/common/spl/Kconfig.tpl
@@ -10,7 +10,7 @@  config TPL_SIZE_LIMIT
 
 config TPL_BINMAN_SYMBOLS
 	bool "Declare binman symbols in TPL"
-	depends on SPL_FRAMEWORK && BINMAN
+	depends on TPL_FRAMEWORK && BINMAN
 	default y
 	help
 	  This enables use of symbols in TPL which refer to U-Boot, enabling TPL