summaryrefslogtreecommitdiff
path: root/common/spl/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-25 13:00:20 -0600
committerTom Rini <[email protected]>2026-04-07 15:26:47 -0600
commitb9650a8e330bb2fdb83af28646f3777e9fb503bf (patch)
tree1dfe444251a078e67e21e261069f7640eb60141f /common/spl/Kconfig
parent83df1103ef3787e7682bf8fe94c06281cb174bfc (diff)
spl: Remove unused CONFIG_SPL_FRAMEWORK_BOARD_INIT_F option
The option CONFIG_SPL_FRAMEWORK_BOARD_INIT_F enables a simple board_init_f function in SPL. This however is never enabled, so remove this function and option. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'common/spl/Kconfig')
-rw-r--r--common/spl/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 57b2bef5e54..a21b71ad5d1 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -27,15 +27,6 @@ config SPL_FRAMEWORK
supports MMC, NAND and YMODEM and other methods loading of U-Boot
and the Linux Kernel. If unsure, say Y.
-config SPL_FRAMEWORK_BOARD_INIT_F
- bool "Define a generic function board_init_f"
- depends on SPL_FRAMEWORK
- help
- Define a generic function board_init_f that:
- - initialize the spl (spl_early_init)
- - initialize the serial (preloader_console_init)
- Unless you want to provide your own board_init_f, you should say Y.
-
config SPL_SIZE_LIMIT
hex "Maximum size of SPL image"
default 0x11000 if ARCH_MX6 && !MX6_OCRAM_256KB