]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
colibri_vf: Increase console IO buffer size to 1024
authorSanchayan Maity <maitysanchayan@gmail.com>
Mon, 8 Jun 2015 07:10:41 +0000 (12:40 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:35 +0000 (00:47 +0200)
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>
include/configs/colibri_vf.h

index aff2810a051d9b0e582504ec0fc67e31e56f2000..f2f8e2ee4d0d25eed87e182a6eb8e75301df1424 100644 (file)
 #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 */