summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Sieka <tur@semihalf.com>2007-05-27 17:05:11 +0200
committerBartlomiej Sieka <tur@semihalf.com>2007-05-27 17:05:11 +0200
commita26eabeec31746f06d309103690892805696e344 (patch)
tree24e05aafa3b0b772887608d1b216861169d7ebb2 /include
parent9160b96f71483a116de81c68985e8ee306d36764 (diff)
downloadblackbird-obmc-uboot-a26eabeec31746f06d309103690892805696e344.tar.gz
blackbird-obmc-uboot-a26eabeec31746f06d309103690892805696e344.zip
Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
Allow passing longer command line to the kernel - useful especially for passing MTD partition layout. Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/motionpro.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h
index 2c405b5db8..bbd823a478 100644
--- a/include/configs/motionpro.h
+++ b/include/configs/motionpro.h
@@ -376,7 +376,7 @@ extern void __led_set(led_id_t id, int state);
*/
#define CFG_LONGHELP /* undef to save memory */
#define CFG_PROMPT "=> " /* Monitor Command Prompt */
-#define CFG_CBSIZE 256 /* Console I/O Buffer Size */
+#define CFG_CBSIZE 1024 /* Console I/O Buffer Size */
#define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
#define CFG_MAXARGS 16 /* max number of command args */
#define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */
OpenPOWER on IntegriCloud