]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_boot.c
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
[people/ms/u-boot.git] / common / cmd_boot.c
index 182e2ab9806bf806bcc84567b745fc79f3bdff58..e68f16f9da022aa805d5e5f79fec0fa7f9f229d2 100644 (file)
@@ -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
 );