From f709ec9a9e1bc5033acb2d683a013e51a0e1b1a9 Mon Sep 17 00:00:00 2001 From: Huang Shijie Date: Thu, 17 Oct 2013 14:20:23 +0800 Subject: 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 (cherry picked from commit 94cf546c2f798d431c648b1bc287d7c7bbc9056d) --- include/configs/mx6slevk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs') 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) -- cgit v1.1