From: Michal Simek Date: Fri, 25 Apr 2014 11:33:19 +0000 (+0200) Subject: ARM: zynq: Extend maximum number of command arguments X-Git-Tag: v2014.07-rc2~2^2~2^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=841426ad9f19b7bcf4add8329484ebad672daa9c;p=u-boot ARM: zynq: Extend maximum number of command arguments 15 was too small for variables stored in file on MMC. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 09d6c55ca9..d2149b3c2b 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -188,7 +188,7 @@ #define CONFIG_SYS_LONGHELP #define CONFIG_CLOCKS #define CONFIG_CMD_CLK -#define CONFIG_SYS_MAXARGS 15 /* max number of command args */ +#define CONFIG_SYS_MAXARGS 32 /* max number of command args */ #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ sizeof(CONFIG_SYS_PROMPT) + 16)