[PATCH 1/4] cmd: fix typo in CMD_BOOTMETH help text
Quentin Schulz
foss+uboot at 0leil.net
Wed Jun 12 16:58:46 CEST 2024
From: Quentin Schulz <quentin.schulz at cherry.de>
It's bootmeths and not bootmethds.
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
cmd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index b026439c773..57929d4462d 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.
--
2.45.2
More information about the U-Boot
mailing list