summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2025-12-12 19:13:14 +0100
committerPeng Fan <[email protected]>2025-12-24 12:06:42 +0800
commited31533f0febf3453f1b93ed5414aa62654fe7ca (patch)
tree6a72977d3ddadac6a3a3c123e4f1e85200b5862c /boot
parent863280eca06bc2e98492795a5bd9513438a60a0a (diff)
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 <[email protected]> Reviewed-by: [email protected] Reviewed-by: Udit Kumar <[email protected]> Reviewed-by: Anshul Dalal <[email protected]> Reviewed-by: Kory Maincent <[email protected]> Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 1306fc076f0..f05b73af651 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -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