From: Quentin Schulz <[email protected]>
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 <[email protected]>
---
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