]> Git Repo - J-u-boot.git/blobdiff - cmd/help.c
bootm: Drop arguments from do_bootm_states()
[J-u-boot.git] / cmd / help.c
index 8d67d977bf1aa5a42716daa1e0326037e56ecf5d..9f8393eefd81f6ccea9a99f6cbd2d0779db3d611 100644 (file)
@@ -29,7 +29,10 @@ U_BOOT_CMD(
 );
 
 #ifdef CONFIG_CMDLINE
-/* This does not use the U_BOOT_CMD macro as ? can't be used in symbol names */
+/*
+ * This does not use the U_BOOT_CMD macro as ? can't be used in symbol names
+ * nor can we rely on the CONFIG_SYS_LONGHELP helper macro
+ */
 ll_entry_declare(struct cmd_tbl, question_mark, cmd) = {
        "?",    CONFIG_SYS_MAXARGS, cmd_always_repeatable,      do_help,
        "alias for 'help'",
This page took 0.024665 seconds and 4 git commands to generate.