[U-Boot] [IGNORE PATCH 6/9] cmd, help: break the help command
Heiko Schocher
hs at denx.de
Fri Oct 14 10:00:29 CEST 2016
do not apply this patch to mainline, simple test for
a tbot demo, please ignore.
Signed-off-by: Heiko Schocher <hs at denx.de>
---
cmd/help.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/help.c b/cmd/help.c
index 701ae7e..d58bbdd 100644
--- a/cmd/help.c
+++ b/cmd/help.c
@@ -30,7 +30,7 @@ U_BOOT_CMD(
/* This does not use the U_BOOT_CMD macro as ? can't be used in symbol names */
ll_entry_declare(cmd_tbl_t, question_mark, cmd) = {
- "?", CONFIG_SYS_MAXARGS, 1, do_help,
+ "??", CONFIG_SYS_MAXARGS, 1, do_help,
"alias for 'help'",
#ifdef CONFIG_SYS_LONGHELP
""
--
2.5.5
More information about the U-Boot
mailing list