[U-Boot] [PATCH 7/8] Blackfin: increase default console size
Mike Frysinger
vapier at gentoo.org
Wed Sep 2 11:16:11 CEST 2009
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 at gentoo.org>
---
include/asm-blackfin/config.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/include/asm-blackfin/config.h b/include/asm-blackfin/config.h
index 6623fb7..5739b13 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
--
1.6.4.2
More information about the U-Boot
mailing list