summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSanchayan Maity <maitysanchayan@gmail.com>2015-06-08 12:40:41 +0530
committerStefano Babic <sbabic@denx.de>2015-07-03 09:38:10 +0200
commitaa5a0d98943e1b32109fd1fb325007c6cdcedc50 (patch)
tree28c0f2777babe241fad59905c572a46fb022cb1c /include/configs
parent691d55607108eae10d5022ea6482401a9cc7ec94 (diff)
downloadtalos-obmc-uboot-aa5a0d98943e1b32109fd1fb325007c6cdcedc50.tar.gz
talos-obmc-uboot-aa5a0d98943e1b32109fd1fb325007c6cdcedc50.zip
colibri_vf: Increase console IO buffer size to 1024
Increase console IO buffer size to 1024 from the previous value of 256. The previous value was too short for editing environment variables like ubiboot from the console. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/colibri_vf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index f26aad4d8b..d01c69307f 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -181,7 +181,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 */
OpenPOWER on IntegriCloud