summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-08-24 20:36:25 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:07 -0500
commitdfc703fac589eef22aadb7dde2ab0ff16eabb9b8 (patch)
tree9c44cedd5c6d8e2338e3ad8c2bf6291aab228d08
parentcaa00e4516a38773c774425d70d8006222efb6e8 (diff)
Blackfin: increase default console size
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>
-rw-r--r--include/asm-blackfin/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-blackfin/config.h b/include/asm-blackfin/config.h
index 6623fb7ae1..5739b1377c 100644
--- a/include/asm-blackfin/config.h
+++ b/include/asm-blackfin/config.h
@@ -120,11 +120,7 @@
# 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