提交 0bba5452 编写于 作者: W Wolfgang Denk 提交者: Wolfgang Denk

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: NWolfgang Denk <wd@denx.de>
上级 bab5a90d
......@@ -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
);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册