]> git.baikalelectronics.ru Git - uboot.git/commitdiff
bootstd: Correct 'VPL' typo
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:33:58 +0000 (09:33 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 22:45:58 +0000 (17:45 -0500)
Correct a 'VPL' typo in the Kconfig.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig

index b89916c109c5e065e5b37d329a6cce9f3a67576c..d646369f55c3eea652a6e76e9f30ec448eced228 100644 (file)
@@ -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