diff options
author | Stefan Roese <sr@denx.de> | 2007-01-15 08:01:42 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-15 08:01:42 +0100 |
commit | c2a6e9091fae9e8339c70f4b12cd3f7d5502ae0c (patch) | |
tree | af4d40fe81c1db7ea293a3a34c66b94fe6bb153b /common/cmd_boot.c | |
parent | b8b787065210a1650e16716e21b73468fdaf5ea8 (diff) | |
parent | b8a8bfc0c6390e12ffb324405ae9179ef460cb5c (diff) |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'common/cmd_boot.c')
-rw-r--r-- | common/cmd_boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_boot.c b/common/cmd_boot.c index 182e2ab980..e68f16f9da 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 ); |