projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64f1084
)
mcx: increased buffer for command line
author
Stefano Babic
<sbabic@denx.de>
Wed, 13 Jun 2012 22:34:41 +0000
(22:34 +0000)
committer
Albert 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
patch
|
blob
|
history
diff --git
a/include/configs/mcx.h
b/include/configs/mcx.h
index
970c882
..
649da23
100644
(file)
--- a/
include/configs/mcx.h
+++ b/
include/configs/mcx.h
@@
-227,7
+227,7
@@
#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)