diff options
author | guoyin.chen <guoyin.chen@freescale.com> | 2013-06-05 15:58:34 +0800 |
---|---|---|
committer | guoyin.chen <guoyin.chen@freescale.com> | 2013-06-05 16:00:57 +0800 |
commit | 8452e4708e69399768e2240dad50d3809bd5b757 (patch) | |
tree | 3e6d7f4d9745486c6b88893b57c66b0f1de6f677 | |
parent | c06000618b2ac9a2ea8d546b6f094b5d3fa07a25 (diff) | |
download | u-boot-imx-8452e4708e69399768e2240dad50d3809bd5b757.zip u-boot-imx-8452e4708e69399768e2240dad50d3809bd5b757.tar.gz u-boot-imx-8452e4708e69399768e2240dad50d3809bd5b757.tar.bz2 |
ENGR00265720 Enlarge command line buffer size
Align mx6q_sabreauto_nand config to other mx6q_* config
for command line buffer size
The buffer size is too short for dule display nand config
Signed-off-by: guoyin.chen <guoyin.chen@freescale.com>
-rw-r--r-- | include/configs/mx6q_sabreauto_nand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/mx6q_sabreauto_nand.h b/include/configs/mx6q_sabreauto_nand.h index 6c2c593..11e086e 100644 --- a/include/configs/mx6q_sabreauto_nand.h +++ b/include/configs/mx6q_sabreauto_nand.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. + * Copyright (C) 2010-2013 Freescale Semiconductor, Inc. * * Configuration settings for the MX6Q SABRE-AI Freescale board. * @@ -129,7 +129,7 @@ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_PROMPT "MX6Q ARD U-Boot > " #define CONFIG_AUTO_COMPLETE -#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ +#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ /* Print Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ |