From: Haiying Wang Date: Fri, 26 May 2006 15:01:16 +0000 (-0500) Subject: Allow args on reset command. X-Git-Tag: U-Boot-1_1_6~20^2~3^2~57^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3033ebb20fd7c372c7bca3c9955a4692bb2240b7;p=u-boot Allow args on reset command. Signed-off-by: Jon Loeliger --- diff --git a/common/cmd_boot.c b/common/cmd_boot.c index e68f16f9da..182e2ab980 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, 1, 0, do_reset, + reset, CFG_MAXARGS, 1, do_reset, "reset - Perform RESET of the CPU\n", NULL );