X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_boot.c;h=e68f16f9da022aa805d5e5f79fec0fa7f9f229d2;hb=3dd2db53ceb0dff80f25c2a07f83f29b907b403e;hp=182e2ab9806bf806bcc84567b745fc79f3bdff58;hpb=d97370feca2a589dad42154577bb4615a0347852;p=u-boot diff --git a/common/cmd_boot.c b/common/cmd_boot.c index 182e2ab980..e68f16f9da 100644 --- a/common/cmd_boot.c +++ b/common/cmd_boot.c @@ -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 );