9
0
Fork 0

Allow args on reset command.

Signed-off-by: Jon Loeliger <jdl@jdl.com>
This commit is contained in:
Haiying Wang 2006-05-26 10:01:16 -05:00 committed by Jon Loeliger
parent 14e37081ff
commit 3033ebb20f
1 changed files with 1 additions and 1 deletions

View File

@ -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
);