diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2024-06-12 16:58:46 +0200 |
---|---|---|
committer | Quentin Schulz <quentin.schulz@cherry.de> | 2024-07-02 11:35:20 +0200 |
commit | ca8425784d32f675c4879a9692f15f5bd69bcaad (patch) | |
tree | 0eef0b2336e1eed35a389cd7de14994285ab2aa3 | |
parent | b3fee60149f6bcef8dabcb3806f705aa0f8b2c47 (diff) |
UPSTREAM: 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>
(cherry picked from commit 20a038317b5beb6dd2322740ab0f469a51e7820d)
Relates-to: TIGR-184
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 6834bbd82f3..384434a6a71 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. |