Browse Source

Allow args on reset command.

Signed-off-by: Jon Loeliger <jdl@jdl.com>
Haiying Wang 19 years ago
parent
commit
3033ebb20f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/cmd_boot.c

+ 1 - 1
common/cmd_boot.c

@@ -83,7 +83,7 @@ U_BOOT_CMD(
 extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
 
 U_BOOT_CMD(
-	reset, 1, 0,	do_reset,
+	reset, CFG_MAXARGS, 1,	do_reset,
 	"reset   - Perform RESET of the CPU\n",
 	NULL
 );