projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3693ee9
)
bootstd: Correct 'VPL' typo
author
Simon Glass
<sjg@chromium.org>
Wed, 22 Feb 2023 16:33:58 +0000
(09:33 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/boot/Kconfig
b/boot/Kconfig
index b89916c109c5e065e5b37d329a6cce9f3a67576c..d646369f55c3eea652a6e76e9f30ec448eced228 100644
(file)
--- 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
V
PL"
+ bool "Standard boot support in
S
PL"
depends on SPL && SPL_DM && SPL_OF_CONTROL && SPL_BLK
default y if VPL
help