[PATCH 6/8] spl: fix prompt for SPL_BOOTROM_SUPPORT

Quentin Schulz foss+uboot at 0leil.net
Fri Dec 12 19:13:18 CET 2025


From: Quentin Schulz <quentin.schulz at cherry.de>

SPL_BOOTROM_SUPPORT currently doesn't specify it enables returning to
BootROM *from SPL*, which TPL_BOOTROM_SUPPORT does say. So let's align
the prompts so that both say from which stage you can return to the
BootROM.

Fixes: 225d30b70846 ("spl: add a 'return to bootrom' boot method")
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
 common/spl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 3b7b6cafef8..a7452e0e992 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -308,7 +308,7 @@ config SPL_LOAD_BLOCK
 	  to struct spl_load_info.
 
 config SPL_BOOTROM_SUPPORT
-	bool "Support returning to the BOOTROM"
+	bool "Support returning to the BOOTROM (from SPL)"
 	select SPL_LOAD_BLOCK if MACH_IMX
 	help
 	  Some platforms (e.g. the Rockchip RK3368) provide support in their

-- 
2.52.0



More information about the U-Boot mailing list