[PATCH 4/8] boot: fix prompt for VPL_LOAD_FIT_FULL

Quentin Schulz foss+uboot at 0leil.net
Fri Dec 12 19:13:16 CET 2025


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)"
 	select VPL_FIT
 	help
 	  Normally with the SPL framework a legacy image is generated as part

-- 
2.52.0



More information about the U-Boot mailing list