]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
boot: fix prompt for SPL_LOAD_FIT_ADDRESS
authorQuentin Schulz <quentin.schulz@cherry.de>
Fri, 12 Dec 2025 18:13:14 +0000 (19:13 +0100)
committerPeng Fan <peng.fan@nxp.com>
Wed, 24 Dec 2025 04:06:42 +0000 (12:06 +0800)
The prompt is missing the indication this applies for the SPL loading
a FIT image, and not any other stage.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: xypron.glpk@gmx.de
Reviewed-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Anshul Dalal <anshuld@ti.com>
Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
boot/Kconfig

index 1306fc076f00a142f612722c0f9105a8bbeb6c49..f05b73af6519de16c2637e99c27a7c59500d1388 100644 (file)
@@ -246,7 +246,7 @@ config SPL_LOAD_FIT
             "linux" images are also supported with Falcon boot mode.
 
 config SPL_LOAD_FIT_ADDRESS
-       hex "load address of fit image"
+       hex "load address of fit image in SPL"
        depends on SPL_LOAD_FIT
        default 0x44000000 if ARCH_IMX8M
        default 0x60080000 if ARCH_ROCKCHIP && SPL_TEXT_BASE = 0x60000000