aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_boot.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-01-13 11:17:10 +0100
committerWolfgang Denk <wd@denx.de>2007-01-13 11:17:10 +0100
commit0bba5452835f19a61204edcda3a58112fd8e2208 (patch)
treee25ba686175ff5276099c3ba26755c8b633ddbc0 /common/cmd_boot.c
parentbab5a90d4ccc1a46a8127b867fa59028cc623ad9 (diff)
Undo commit 3033ebb2: reset command does not take any arguments
Haiying Wang's modification to the reset command was broken, undo it. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'common/cmd_boot.c')
-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 182e2ab98..e68f16f9d 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, CFG_MAXARGS, 1, do_reset,
+ reset, 1, 0, do_reset,
"reset - Perform RESET of the CPU\n",
NULL
);