projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee71d15
)
cmd: fix typo in CMD_BOOTMETH help text
author
Quentin Schulz
<quentin.schulz@cherry.de>
Wed, 12 Jun 2024 14:58:46 +0000
(16:58 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 20 Jun 2024 17:41:43 +0000
(11:41 -0600)
It's bootmeths and not bootmethds.
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index ff0f5941ecc72f94358af7ff43c9edb5ac8c7b75..a2dee346891229063de73e41b4134776ec99ed4d 100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-308,7
+308,7
@@
config CMD_BOOTMETH
depends on BOOTSTD
default y if BOOTSTD_FULL
help
- Support listing available bootmeth
d
s (methods used to boot an
+ Support listing available bootmeths (methods used to boot an
Operating System), as well as selecting the order that the bootmeths
are used.