aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-08-15 21:01:56 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-08-15 21:02:01 -0600
commit0608985dec13af5a7c8ad7be062dd2a95e4faec8 (patch)
treeaef7f189ff0e0f7d81f79e873a3d5f659193ebbe
parente8467a2f442623564a15e362bca8d95babb1c041 (diff)
SAUCE: OMAP4 Panda: Change MAXARGS to 32
This is an issue when using uEnv.txt with a long lines in imported env. Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/omap4_panda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index d36c0db7a..762624aec 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -232,7 +232,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)