Skip to content
Snippets Groups Projects
Commit 0bba5452 authored by Wolfgang Denk's avatar Wolfgang Denk Committed by Wolfgang Denk
Browse files

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: default avatarWolfgang Denk <wd@denx.de>
parent bab5a90d
No related branches found
No related tags found
No related merge requests found
......@@ -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
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment