]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/spl/Kconfig
spl: use different BOARD_INIT MACRO for spl and tpl
[people/ms/u-boot.git] / common / spl / Kconfig
index d686b1ecbdf6c17d33a07ef0549f1a34c4bf7023..e1b91f5d895c30a55642a6cddf2ef5520e081d23 100644 (file)
@@ -757,6 +757,13 @@ config TPL
 
 if TPL
 
+config TPL_BOARD_INIT
+       bool "Call board-specific initialization in TPL"
+       help
+         If this option is enabled, U-Boot will call the function
+         spl_board_init() from board_init_r(). This function should be
+         provided by the board.
+
 config TPL_LDSCRIPT
         string "Linker script for the TPL stage"
        depends on TPL