summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJon Loeliger <[email protected]>2006-05-26 10:25:12 -0500
committerJon Loeliger <[email protected]>2006-05-26 10:25:12 -0500
commitbdee35d0e0f85478fdcea324c4fbeadf403b9016 (patch)
treea62b6d511c1eda46d83b5018b3d350a132128743 /common
parent76bfacfd7ca60ee9fea540f54b795a0a883778a1 (diff)
parentd11fec5015334deb2010e36ce00bb118cc5429a5 (diff)
Merge branch 'mpc86xx'
Diffstat (limited to 'common')
-rw-r--r--common/cmd_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_boot.c b/common/cmd_boot.c
index e68f16f9da0..182e2ab9806 100644
--- a/common/cmd_boot.c
+++ b/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
);