projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab5a90
)
Undo commit 3033ebb2: reset command does not take any arguments
author
Wolfgang Denk
<wd@pollux.denx.de>
Sat, 13 Jan 2007 10:17:10 +0000
(11:17 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 13 Jan 2007 10:17:10 +0000
(11:17 +0100)
Haiying Wang's modification to the reset command was broken, undo it.
Signed-off-by: Wolfgang Denk <wd@denx.de>
common/cmd_boot.c
patch
|
blob
|
history
diff --git
a/common/cmd_boot.c
b/common/cmd_boot.c
index
182e2ab
..
e68f16f
100644
(file)
--- 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
);