From: Simon Glass Date: Wed, 22 Feb 2023 16:33:58 +0000 (-0700) Subject: bootstd: Correct 'VPL' typo X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~39^2~17 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=95ad18850043cab749ae00943284a598269b52f2;p=uboot.git bootstd: Correct 'VPL' typo Correct a 'VPL' typo in the Kconfig. Signed-off-by: Simon Glass --- 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