summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2013-10-17 14:20:23 +0800
committerHuang Shijie <b32955@freescale.com>2013-11-15 13:49:18 +0800
commitf709ec9a9e1bc5033acb2d683a013e51a0e1b1a9 (patch)
tree252c940b681b3a6725940f586c48ea0be8aada85
parent466cb7451c75e405db4af07106cc707cbb62b1f5 (diff)
downloadu-boot-imx-f709ec9a9e1bc5033acb2d683a013e51a0e1b1a9.zip
u-boot-imx-f709ec9a9e1bc5033acb2d683a013e51a0e1b1a9.tar.gz
u-boot-imx-f709ec9a9e1bc5033acb2d683a013e51a0e1b1a9.tar.bz2
ENGR00284053 imx6sl: increase the console I/O buffer to 1K
Current console buffer is 256 bytes long, it is too small. increase it to 1K. Signed-off-by: Huang Shijie <b32955@freescale.com> (cherry picked from commit 94cf546c2f798d431c648b1bc287d7c7bbc9056d)
-rw-r--r--include/configs/mx6slevk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 5365616..f7a10e3 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -189,7 +189,7 @@
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_PROMPT "=> "
#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)