aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-22 09:33:58 -0700
committerTom Rini <trini@konsulko.com>2023-03-02 15:32:26 -0500
commit2d4141b01f34c9d18dd32544b0261852cae0a6e4 (patch)
tree553f5c1d188a386146707f8d2b833c52c15425b8
parent073424a80acd6a6918c41458b939b3340376a862 (diff)
downloadu-boot-2d4141b01f34c9d18dd32544b0261852cae0a6e4.zip
u-boot-2d4141b01f34c9d18dd32544b0261852cae0a6e4.tar.gz
u-boot-2d4141b01f34c9d18dd32544b0261852cae0a6e4.tar.bz2
bootstd: Correct 'VPL' typo
Correct a 'VPL' typo in the Kconfig. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index b89916c..d646369 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