]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: increase default console size
authorMike Frysinger <vapier@gentoo.org>
Tue, 25 Aug 2009 00:36:25 +0000 (20:36 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 2 Sep 2009 09:58:38 +0000 (05:58 -0400)
The default console size indirectly applies to length of env vars, so a
smaller length makes it hard to pass longer command lines to kernels.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/asm-blackfin/config.h

index 6623fb7ae10053db55957e708723eaab7a28eaee..5739b1377c0913687853c0794d2c8d757ad3acea 100644 (file)
 # define CONFIG_SYS_PROMPT "bfin> "
 #endif
 #ifndef CONFIG_SYS_CBSIZE
-# ifdef CONFIG_CMD_KGDB
-#  define CONFIG_SYS_CBSIZE 1024
-# else
-#  define CONFIG_SYS_CBSIZE 256
-# endif
+# define CONFIG_SYS_CBSIZE 1024
 #endif
 #ifndef CONFIG_SYS_BARGSIZE
 # define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE