aboutsummaryrefslogtreecommitdiff
path: root/include
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-12-06 12:16:43 -0700
commit1fdb41c82f272aa05d28ac993e19b0ffe3616a58 (patch)
tree8379890ab5fd8f6d0d04067ce4ef93557e7b26fa /include
parent48da7c2e33fc1f77677fefad11b6b377f1b658d9 (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>
Diffstat (limited to 'include')
-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 4082791db..cd6c6aba3 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)