mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-14 13:57:00 +00:00
Allow args on reset command.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
This commit is contained in:
parent
14e37081ff
commit
3033ebb20f
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, 1, 0, do_reset,
|
||||
reset, CFG_MAXARGS, 1, do_reset,
|
||||
"reset - Perform RESET of the CPU\n",
|
||||
NULL
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue