提交 3033ebb2 编写于 作者: H Haiying Wang 提交者: Jon Loeliger

Allow args on reset command.

Signed-off-by: NJon Loeliger <jdl@jdl.com>
上级 14e37081
......@@ -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
);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册