From: Quentin Schulz Date: Fri, 12 Dec 2025 18:13:16 +0000 (+0100) Subject: boot: fix prompt for VPL_LOAD_FIT_FULL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d77c5a1445e00b8674dac59a07ac00fb94da7bc;p=thirdparty%2Fu-boot.git boot: fix prompt for VPL_LOAD_FIT_FULL 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 Acked-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 7e97874e77a..c1cbef3b29d 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -344,7 +344,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)" select VPL_FIT help Normally with the SPL framework a legacy image is generated as part