boot: fix prompt for SPL_LOAD_FIT_ADDRESS
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>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user