diff options
author | Tom Rini <trini@konsulko.com> | 2015-07-03 08:36:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-03 08:41:02 -0400 |
commit | 808bf7cf655a1caa5f48f6f3a6b274f4b83ab8b4 (patch) | |
tree | 8f45f687f0205be120412d87a63c36bda6ee8ae0 /include/configs/colibri_vf.h | |
parent | 891b487098ee2169a16b1bbb354aaef28aa90630 (diff) | |
parent | aa5a0d98943e1b32109fd1fb325007c6cdcedc50 (diff) | |
download | u-boot-808bf7cf655a1caa5f48f6f3a6b274f4b83ab8b4.tar.gz |
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Conflicts:
configs/tbs2910_defconfig
configs/tqma6q_mba6_mmc_defconfig
configs/tqma6q_mba6_spi_defconfig
configs/tqma6s_mba6_mmc_defconfig
configs/tqma6s_mba6_spi_defconfig
include/configs/mx6_common.h
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/colibri_vf.h')
-rw-r--r-- | include/configs/colibri_vf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index aff2810a05..f2f8e2ee4d 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -179,7 +179,7 @@ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " #define CONFIG_SYS_PROMPT "Colibri VFxx # " #undef CONFIG_AUTO_COMPLETE -#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ +#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE \ (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) #define CONFIG_SYS_MAXARGS 16 /* max number of command args */ |