summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-02-07 17:09:21 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2014-02-07 17:09:21 +0100
commit2415e9d072b9752e86ea26c6e6a0f28ab07c5b16 (patch)
tree859c8ec4f34fd4e35a2f61a82507a1c2775f868a
parentd412d4118bec6cf403bc3bc399afc8b749fde8bd (diff)
config: increase maxargs
- setting bootargs fails without this
-rw-r--r--include/configs/apalis-imx6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/apalis-imx6.h b/include/configs/apalis-imx6.h
index d4199ed7b8..4ccf7ea1e2 100644
--- a/include/configs/apalis-imx6.h
+++ b/include/configs/apalis-imx6.h
@@ -229,7 +229,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
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_SYS_MEMTEST_START 0x10000000