aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-09-19 23:04:11 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-08-16 10:08:56 -0600
commit36ba0c6bf1123af2ebfec96cb7834a8fb972a4b6 (patch)
tree15f2ef46d326ac28a4c862121c7828a19105dacc
parent09b9feb3ee6286955861cb171353940b1022316f (diff)
OMAP4: change MAXARGS to 32
Some boot scripts fail without this. This makes OMAP4 the same as omap3_beagle. Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/omap4_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index c3a799c4a..574bba1eb 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -221,7 +221,7 @@
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_MAXARGS 16
+#define CONFIG_SYS_MAXARGS 32
/* Boot Argument Buffer Size */
#define CONFIG_SYS_BARGSIZE (CONFIG_SYS_CBSIZE)