]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mcx: increased buffer for command line
authorStefano Babic <sbabic@denx.de>
Wed, 13 Jun 2012 22:34:41 +0000 (22:34 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:08 +0000 (14:58 +0200)
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Tom Rini <trini@ti.com>
include/configs/mcx.h

index 970c882d3c5288006586db6564ee8fb35788fa0d..649da23cc7de821ccc21d78ac004b4e1e2147c45 100644 (file)
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
 #define CONFIG_SYS_PROMPT              V_PROMPT
-#define CONFIG_SYS_CBSIZE              512     /* 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)