]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
spl: fix prompt for SPL_BOOTROM_SUPPORT
authorQuentin Schulz <quentin.schulz@cherry.de>
Fri, 12 Dec 2025 18:13:18 +0000 (19:13 +0100)
committerPeng Fan <peng.fan@nxp.com>
Wed, 24 Dec 2025 04:06:44 +0000 (12:06 +0800)
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@cherry.de>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
common/spl/Kconfig

index 9e0402f68273177738665a994cbf2b0f5af6c78d..4b10e9c388022038d854b43915cf34009dc6d36d 100644 (file)
@@ -309,7 +309,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