aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2024-06-12 16:58:46 +0200
committerTom Rini <trini@konsulko.com>2024-06-20 11:41:43 -0600
commit20a038317b5beb6dd2322740ab0f469a51e7820d (patch)
tree83cc8972784b0fb52afea7d502b678a6dc54b887 /cmd
parentee71d159aab66aef200c898606fcf51847d3377d (diff)
downloadu-boot-20a038317b5beb6dd2322740ab0f469a51e7820d.zip
u-boot-20a038317b5beb6dd2322740ab0f469a51e7820d.tar.gz
u-boot-20a038317b5beb6dd2322740ab0f469a51e7820d.tar.bz2
cmd: fix typo in CMD_BOOTMETH help text
It's bootmeths and not bootmethds. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index ff0f594..a2dee34 100644
--- 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 bootmethds (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.