[U-Boot] [PATCH] powerpc/85xx: corenet_ds: increase console buffer size to 1024
Kim Phillips
kim.phillips at freescale.com
Thu Sep 22 18:38:27 CEST 2011
Make users lives easier by allowing for setting env vars such as nfsboot.
Reported-by: Brian Grayson <bgrayson at freescale.com>
Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
---
include/configs/corenet_ds.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h
index adf9906..e08b034 100644
--- a/include/configs/corenet_ds.h
+++ b/include/configs/corenet_ds.h
@@ -618,11 +618,7 @@
#define CONFIG_AUTO_COMPLETE /* add autocompletion support */
#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
-#ifdef CONFIG_CMD_KGDB
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
-#else
-#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
-#endif
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
--
1.7.6
More information about the U-Boot
mailing list