[PATCH 2/8] boot: fix prompt for SPL_LOAD_FIT_ADDRESS
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Dec 13 09:51:03 CET 2025
Am 13. Dezember 2025 08:05:36 MEZ schrieb "Kumar, Udit" <u-kumar1 at ti.com>:
>
>On 12/12/2025 11:43 PM, Quentin Schulz wrote:
>> From: Quentin Schulz <quentin.schulz at cherry.de>
>>
>> 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 at cherry.de>
>> ---
>> boot/Kconfig | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/boot/Kconfig b/boot/Kconfig
>> index 85f4d468069..07ae6cc585a 100644
>> --- a/boot/Kconfig
>> +++ b/boot/Kconfig
>> @@ -272,7 +272,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"
>
>SPL_LOAD_FIT_ADDRESS, itself indicate that this is for SPL, no ?
But that is not displayed by default.
Reviewed-by: <xypron.glpk at gmx.de>
>
>> depends on SPL_LOAD_FIT
>> default 0x44000000 if ARCH_IMX8M
>> default 0x0
>>
More information about the U-Boot
mailing list