summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorLuo Ji <ji.luo@nxp.com>2018-02-23 20:44:25 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-20 21:25:41 +0800
commitddaf4a9d95ce936cebe739c117d69bbb78248a32 (patch)
tree527ff13959da81c84f6d0a14a7bda8dd9e5840ab /include/configs
parentf679056f157b4d1b0c00e3047414352a3e6a3256 (diff)
MA-11371 [Android Things] Enlarge CONFIG_SYS_CBSIZE size
Enlarge CONFIG_SYS_CBSIZE to 2048 Bytes because kernel cmdline is large than 1024 Bytes. Test: Entire kernel cmdline was print out by console. Change-Id: I1dc7bf1da6f92f0f1abbadd4e2abb690e6ae70f8 Signed-off-by: Luo Ji <ji.luo@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx7_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
index a17b8df788..dcd8264f03 100644
--- a/include/configs/mx7_common.h
+++ b/include/configs/mx7_common.h
@@ -36,7 +36,7 @@
#define CONFIG_BAUDRATE 115200
/* Miscellaneous configurable options */
-#define CONFIG_SYS_CBSIZE 512
+#define CONFIG_SYS_CBSIZE 2048
#define CONFIG_SYS_MAXARGS 32
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE