commit | 4aa874f660b13527dc2388dfdca107cd76f592b9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 09:33:58 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 02 17:45:58 2023 -0500 |
tree | 5025957dda5cf0d5b71696fc4f26d8a9027e3235 | |
parent | dd2e5f22c2993d75eac4645051e2c5b690b07ad5 [diff] [blame] |
bootstd: Correct 'VPL' typo Correct a 'VPL' typo in the Kconfig. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/boot/Kconfig b/boot/Kconfig index b89916c..d646369 100644 --- a/boot/Kconfig +++ b/boot/Kconfig
@@ -385,7 +385,7 @@ 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