Re: [U-Boot] [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Govindarajan, Sriramakrishnan
> On 17.12.2009 14:29, Sriramakrishnan wrote: > > 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 > > --- > > include/configs/omap3

Re: [U-Boot] [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Dirk Behme
On 17.12.2009 14:29, Sriramakrishnan wrote: > 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 > --- > include/configs/omap3_evm.h |4 ++--

[U-Boot] [PATCH] OMAP3EVM: Increase bootargs string length.

2009-12-17 Thread Sriramakrishnan
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 --- include/configs/omap3_evm.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff