summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorguoyin.chen <guoyin.chen@freescale.com>2014-12-16 13:13:25 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2014-12-16 13:42:36 +0800
commitbf7ffcfd6698144419be4f35bd1e567f6c4c71d2 (patch)
tree9f5d68e644c98ad561478c81211579ba123fbb45 /include/configs
parentaffa03210ff2836be7ca218656c374e1a0b8116b (diff)
downloadu-boot-imx-bf7ffcfd6698144419be4f35bd1e567f6c4c71d2.zip
u-boot-imx-bf7ffcfd6698144419be4f35bd1e567f6c4c71d2.tar.gz
u-boot-imx-bf7ffcfd6698144419be4f35bd1e567f6c4c71d2.tar.bz2
MA-6012 imx:Enlarge the bootargs number limitation for imx6 boards
Set CONFIG_SYS_MAXARGS to be 256, which aligned with mx6sx boards config Signed-off-by: guoyin.chen <guoyin.chen@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6qarm2.h2
-rw-r--r--include/configs/mx6sabre_common.h2
-rw-r--r--include/configs/mx6slevk.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
index 70a7b89..f292f78 100644
--- a/include/configs/mx6qarm2.h
+++ b/include/configs/mx6qarm2.h
@@ -171,7 +171,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 256
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_CMD_MEMTEST
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 6e084e0..93d4c4b 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -255,7 +255,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 256
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_CMD_MEMTEST
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 295ac2a..834e710 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -193,7 +193,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 256
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_CMD_MEMTEST