From ed31533f0febf3453f1b93ed5414aa62654fe7ca Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 12 Dec 2025 19:13:14 +0100 Subject: [PATCH] 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 Reviewed-by: xypron.glpk@gmx.de Reviewed-by: Udit Kumar Reviewed-by: Anshul Dalal Reviewed-by: Kory Maincent Signed-off-by: Peng Fan --- boot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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