summaryrefslogtreecommitdiffstats
path: root/include/configs/exynos-common.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2014-11-09 10:44:33 +0000
committerMinkyu Kang <mk7.kang@samsung.com>2014-11-17 19:11:03 +0900
commitcf3c03b173038c51c19b1d871f225fc0c62f2a85 (patch)
tree89cb677cf8f91533435e14591dad1fe4c493fd46 /include/configs/exynos-common.h
parente6825e03627522ad73c6052b087233e0e74c0dd9 (diff)
downloadtalos-obmc-uboot-cf3c03b173038c51c19b1d871f225fc0c62f2a85.tar.gz
talos-obmc-uboot-cf3c03b173038c51c19b1d871f225fc0c62f2a85.zip
exynos: Increase command line buffer size (CONFIG_SYS_CBSIZE)
I was running into this limit with a not overly long PXE append line. Since the PXE code wants to print the resulting command line increase CONFIG_SYS_PBSIZE too. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/exynos-common.h')
-rw-r--r--include/configs/exynos-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index 124630562a..1f3ee55098 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -74,8 +74,8 @@
#define CONFIG_PARTITION_UUIDS
/* Miscellaneous configurable options */
-#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
-#define CONFIG_SYS_PBSIZE 384 /* Print Buffer Size */
+#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
+#define CONFIG_SYS_PBSIZE 1024 /* Print Buffer Size */
#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
/* Boot Argument Buffer Size */
OpenPOWER on IntegriCloud