summaryrefslogtreecommitdiff
path: root/boot/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-22 19:33:58 +0300
committerTom Rini <trini@konsulko.com>2023-03-03 01:45:58 +0300
commit1c419582f6dbb38867c61c8fb01e9ab9d8531b46 (patch)
tree5025957dda5cf0d5b71696fc4f26d8a9027e3235 /boot/Kconfig
parent3693ee98eac8350a99aec1496c1c3c1bc4d8e747 (diff)
downloadu-boot-1c419582f6dbb38867c61c8fb01e9ab9d8531b46.tar.xz
bootstd: Correct 'VPL' typo
Correct a 'VPL' typo in the Kconfig. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/Kconfig')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index b89916c109..d646369f55 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