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:31:16 +0800 |
commit | 3646cf55f4c5e82268743c78fbe1112d098e6981 (patch) | |
tree | f5af64e326654a97190e21f3a8f1f1975d55f962 | |
parent | a4066ff9f9949ac084f53cfc54c7fbd97bec9f4d (diff) | |
download | u-boot-imx-3646cf55f4c5e82268743c78fbe1112d098e6981.zip u-boot-imx-3646cf55f4c5e82268743c78fbe1112d098e6981.tar.gz u-boot-imx-3646cf55f4c5e82268743c78fbe1112d098e6981.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 */ |