From: Quentin Schulz Date: Fri, 12 Dec 2025 18:13:14 +0000 (+0100) Subject: boot: fix prompt for SPL_LOAD_FIT_ADDRESS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed31533f0febf3453f1b93ed5414aa62654fe7ca;p=thirdparty%2Fu-boot.git 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 --- 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