spl: fix prompt for SPL_BOOTROM_SUPPORT

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: 225d30b708 ("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>
This commit is contained in:
Quentin Schulz
2025-12-12 19:13:18 +01:00
committed by Peng Fan
parent df724f1e3c
commit a56270310a

View 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