commit | 9acac5d58a8e7950ba3a17da2c1a53ada2ff3eac | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Sat Jan 13 11:17:35 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jan 13 11:17:35 2007 +0100 |
tree | edc8798da8b1d1227b0ad8231bff7d904ae00526 | |
parent | 1d5a074adcec566c6331b640ae8f9cd11da810dd [diff] | |
parent | b31c0671818df737d742f90d1d61d68908945f4a [diff] |
Merge with /home/git/u-boot
diff --git a/common/cmd_boot.c b/common/cmd_boot.c index 182e2ab..e68f16f 100644 --- a/common/cmd_boot.c +++ b/common/cmd_boot.c
@@ -83,7 +83,7 @@ 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 );