]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: zynq: Extend maximum number of command arguments
authorMichal Simek <michal.simek@xilinx.com>
Fri, 25 Apr 2014 11:33:19 +0000 (13:33 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 14 May 2014 05:46:40 +0000 (07:46 +0200)
15 was too small for variables stored in file on MMC.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq-common.h

index 09d6c55ca900e58832b187db0729ee2f9a61eddf..d2149b3c2b88d64fe8621105c9435ac9f1b595c3 100644 (file)
 #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)