summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2012-12-18 08:37:42 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2012-12-18 08:37:42 -0700
commite86d3198a3503245e86bba9108559b9b06032989 (patch)
treea0135ca41d870a2bd91f6facded8e7bc7d5310c5
parent8d1021bc0e3dca505c7b3b6f40face96d87e7025 (diff)
nitrogen6x: increase console buffer size to 1024
-rw-r--r--include/configs/nitrogen6x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 025307016e..3b88a126b9 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -192,7 +192,7 @@
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_PROMPT "U-Boot > "
#define CONFIG_AUTO_COMPLETE
-#define CONFIG_SYS_CBSIZE 256
+#define CONFIG_SYS_CBSIZE 1024
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)