summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq-common.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-04-25 13:33:19 +0200
committerMichal Simek <michal.simek@xilinx.com>2014-05-14 07:46:40 +0200
commit841426ad9f19b7bcf4add8329484ebad672daa9c (patch)
treea534fb0a22681661e92b21fed268b779096de19f /include/configs/zynq-common.h
parent2e38a9067227ca005e61afc3337c32ae92a4d0c4 (diff)
downloadtalos-obmc-uboot-841426ad9f19b7bcf4add8329484ebad672daa9c.tar.gz
talos-obmc-uboot-841426ad9f19b7bcf4add8329484ebad672daa9c.zip
ARM: zynq: Extend maximum number of command arguments
15 was too small for variables stored in file on MMC. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r--include/configs/zynq-common.h2
1 files changed, 1 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud