summaryrefslogtreecommitdiff
path: root/include/configs/mx6qsabre_common.h
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2013-06-26 14:08:59 +0800
committerHuang Shijie <b32955@freescale.com>2013-06-26 14:21:04 +0800
commitc9cca6bab8586aa1fcc8f45ac00afa1d31ea1ef4 (patch)
tree446125c412cf0d05c97252ad5e07d5723802f970 /include/configs/mx6qsabre_common.h
parentc1405103fd83ed3d9d36e5fd2e7c59660afec990 (diff)
downloadu-boot-imx-c9cca6bab8586aa1fcc8f45ac00afa1d31ea1ef4.zip
u-boot-imx-c9cca6bab8586aa1fcc8f45ac00afa1d31ea1ef4.tar.gz
u-boot-imx-c9cca6bab8586aa1fcc8f45ac00afa1d31ea1ef4.tar.bz2
ENGR00258606 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>
Diffstat (limited to 'include/configs/mx6qsabre_common.h')
-rw-r--r--include/configs/mx6qsabre_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h
index 31fcdc6..ee6ea00 100644
--- a/include/configs/mx6qsabre_common.h
+++ b/include/configs/mx6qsabre_common.h
@@ -200,7 +200,7 @@
#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#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)