Blackfin: increase default console size
authorMike Frysinger <vapier@gentoo.org>
Tue, 25 Aug 2009 00:36:25 +0000 (20:36 -0400)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:07 +0000 (09:04 -0500)
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