projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e3708
)
Allow args on reset command.
author
Haiying Wang
<Haiying.Wang@freescale.com>
Fri, 26 May 2006 15:01:16 +0000
(10:01 -0500)
committer
Jon Loeliger
<jdl@jdl.com>
Fri, 26 May 2006 15:01:16 +0000
(10:01 -0500)
Signed-off-by: Jon Loeliger <jdl@jdl.com>
common/cmd_boot.c
patch
|
blob
|
history
diff --git
a/common/cmd_boot.c
b/common/cmd_boot.c
index e68f16f9da022aa805d5e5f79fec0fa7f9f229d2..182e2ab9806bf806bcc84567b745fc79f3bdff58 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,
1, 0,
do_reset,
+ reset,
CFG_MAXARGS, 1,
do_reset,
"reset - Perform RESET of the CPU\n",
NULL
);