public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/85xx: corenet_ds: increase console buffer size to 1024
@ 2011-09-22 16:38 Kim Phillips
  2011-09-23 18:22 ` Kumar Gala
  0 siblings, 1 reply; 12+ messages in thread
From: Kim Phillips @ 2011-09-22 16:38 UTC (permalink / raw)
  To: u-boot

Make users lives easier by allowing for setting env vars such as nfsboot.

Reported-by: Brian Grayson <bgrayson@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-09-28 20:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 16:38 [U-Boot] [PATCH] powerpc/85xx: corenet_ds: increase console buffer size to 1024 Kim Phillips
2011-09-23 18:22 ` Kumar Gala
2011-09-23 19:00   ` Kim Phillips
2011-09-25 20:11     ` Wolfgang Denk
2011-09-26 16:27       ` Kim Phillips
2011-09-26 18:09         ` Wolfgang Denk
2011-09-26 21:11           ` Scott Wood
2011-09-26 22:15             ` Brian Grayson
2011-09-26 22:55             ` Kim Phillips
2011-09-27  9:45             ` Wolfgang Denk
2011-09-27 18:26               ` Scott Wood
2011-09-28 20:57                 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox