[PATCH v4 19/46] bootstd: Correct 'VPL' typo

Simon Glass sjg at chromium.org
Mon Feb 20 00:45:00 CET 2023


Correct a 'VPL' typo in the Kconfig.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v4:
- Just fix the typo

Changes in v3:
- Correct 'VPL' typo
- Use a consistent format for the comment

 boot/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/Kconfig b/boot/Kconfig
index b89916c109c..d646369f55c 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -385,7 +385,7 @@ config BOOTSTD_FULL
 	    as well as the "boot_targets" environment variable
 
 config SPL_BOOTSTD
-	bool "Standard boot support in VPL"
+	bool "Standard boot support in SPL"
 	depends on SPL && SPL_DM && SPL_OF_CONTROL && SPL_BLK
 	default y if VPL
 	help
-- 
2.39.2.637.g21b0678d19-goog



More information about the U-Boot mailing list