summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-06-07 08:49:46 -0500
committerJon Loeliger <jdl@freescale.com>2006-06-07 08:49:46 -0500
commita941b832411ef99351a42be23ff3319643dcc1a4 (patch)
tree1cdaa7e1e82679a5acf20676960df2b0d91d94b2 /common
parent72ed528a948b151e7be5ce03ed3d2b88a229dd0a (diff)
parentc83ae9ea6d93abbe751bf8a3396236a084e56f87 (diff)
downloadu-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.zip
u-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.tar.gz
u-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.tar.bz2
Merge branch 'mpc86xx'
Diffstat (limited to 'common')
-rw-r--r--common/cmd_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_boot.c b/common/cmd_boot.c
index e68f16f..182e2ab 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
);