From 6d77c5a1445e00b8674dac59a07ac00fb94da7bc Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 12 Dec 2025 19:13:16 +0100 Subject: 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 --- boot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') 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 -- cgit v1.2.3