summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Campbell <Ian.Campbell@citrix.com>2014-10-07 14:20:30 +0100
committerHans de Goede <hdegoede@redhat.com>2014-10-24 09:35:39 +0200
commit06beadb0015984da655acbb671aaa5f69ac53c5f (patch)
treed51b3d0cf4f28015ca490438236e8b1dc683a881
parent7b48d8c8bc40ba3215a5ceb2731d762d4b143e3b (diff)
downloadblackbird-obmc-uboot-06beadb0015984da655acbb671aaa5f69ac53c5f.tar.gz
blackbird-obmc-uboot-06beadb0015984da655acbb671aaa5f69ac53c5f.zip
sunxi: 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: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--include/configs/sunxi-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 2b0241b7fe..cc450e02e6 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -95,8 +95,8 @@
* Miscellaneous configurable options
*/
#define CONFIG_CMD_ECHO
-#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 */
#define CONFIG_SYS_GENERIC_BOARD
OpenPOWER on IntegriCloud