[PATCH 4/8] boot: fix prompt for VPL_LOAD_FIT_FULL
Kumar, Udit
u-kumar1 at ti.com
Sat Dec 13 08:07:22 CET 2025
On 12/12/2025 11:43 PM, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz at cherry.de>
>
> The prompt wrongly specifies this applies to SPL while this symbol is
> for VPL, let's fix this oversight.
>
> Fixes: 8dfbd798122b ("boot: Allow use of FIT in TPL and VPL")
> 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 3e882d3f4f9..dc6988aca71 100644
> --- a/boot/Kconfig
> +++ b/boot/Kconfig
> @@ -361,7 +361,7 @@ config VPL_LOAD_FIT
> default y
>
> config VPL_LOAD_FIT_FULL
> - bool "Enable SPL loading U-Boot as a FIT (full fitImage features)"
> + bool "Enable VPL loading U-Boot as a FIT (full fitImage features)"
Thanks for catching it
Acked-by: Udit Kumar <u-kumar1 at ti.com>
> select VPL_FIT
> help
> Normally with the SPL framework a legacy image is generated as part
>
More information about the U-Boot
mailing list