mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
bab5a90d4c
commit
0bba545283
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue