public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] OMAP3EVM: Increase bootargs string length.
@ 2009-12-17 13:29 Sriramakrishnan
  2009-12-17 14:26 ` Dirk Behme
  0 siblings, 1 reply; 9+ messages in thread
From: Sriramakrishnan @ 2009-12-17 13:29 UTC (permalink / raw)
  To: u-boot

Increase the bootargs string length as multiple options
(especially for Video settings) are passed to the kernel
through bootargs. Also increase the number of args.

Signed-off-by: Sriramakrishnan <srk@ti.com>
---
 include/configs/omap3_evm.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index a5514ae..fe7b0e2 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -200,11 +200,11 @@
 #define CONFIG_SYS_HUSH_PARSER		/* use "hush" command parser */
 #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
 #define CONFIG_SYS_PROMPT		V_PROMPT
-#define CONFIG_SYS_CBSIZE		256	/* Console I/O Buffer Size */
+#define CONFIG_SYS_CBSIZE		512	/* Console I/O Buffer Size */
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 					sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_MAXARGS		16	/* max number of command */
+#define CONFIG_SYS_MAXARGS		32	/* max number of command */
 						/* args */
 /* Boot Argument Buffer Size */
 #define CONFIG_SYS_BARGSIZE		(CONFIG_SYS_CBSIZE)
-- 
1.6.2.4

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

end of thread, other threads:[~2009-12-18  8:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-17 13:29 [U-Boot] [PATCH] OMAP3EVM: Increase bootargs string length Sriramakrishnan
2009-12-17 14:26 ` Dirk Behme
2009-12-17 14:48   ` Govindarajan, Sriramakrishnan
2009-12-17 15:55   ` [U-Boot] RFC common omap3 subconfig ? was " Tom
2009-12-17 15:58     ` Premi, Sanjeev
2009-12-17 16:07       ` Dirk Behme
2009-12-17 16:36         ` Stefan Roese
2009-12-17 18:23           ` Heiko Schocher
2009-12-18  8:43             ` Stefan Roese

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