Re: [U-Boot] [PATCH] omap3evm: Pass 'mem' argument to linux kernel

2011-09-28 Thread Wolfgang Denk
Dear "Premi, Sanjeev", In message you wrote: > > > Can't the get_ram_size() function be used for detecting the actual > > amount of RAM? and then the memory tag or FDT equivalent > > (if there is one) used to pass the memory size information? > > Yes something like this can be done, but that wo

Re: [U-Boot] [PATCH] omap3evm: Pass 'mem' argument to linux kernel

2011-09-28 Thread Wolfgang Denk
Dear Sanjeev Premi, In message <1317122493-26452-1-git-send-email-pr...@ti.com> you wrote: > In absence of this argument, Linux kernel doesn't boot. > > Default value has been set to 128M to ensure that > Linux kernel boots on older EVMs as well. > > Signed-off-by: Sanjeev Premi > Cc: Sandeep P

Re: [U-Boot] [PATCH] omap3evm: Pass 'mem' argument to linux kernel

2011-09-27 Thread Premi, Sanjeev
> -Original Message- > From: Igor Grinberg [mailto:grinb...@compulab.co.il] > Sent: Tuesday, September 27, 2011 5:35 PM > To: Premi, Sanjeev > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] omap3evm: Pass 'mem' argument > to linux kernel

Re: [U-Boot] [PATCH] omap3evm: Pass 'mem' argument to linux kernel

2011-09-27 Thread Igor Grinberg
On 09/27/11 14:21, Sanjeev Premi wrote: > In absence of this argument, Linux kernel doesn't boot. > > Default value has been set to 128M to ensure that > Linux kernel boots on older EVMs as well. This change affects all EVMs, unless they explicitly change/remove the memsize variable or change the

[U-Boot] [PATCH] omap3evm: Pass 'mem' argument to linux kernel

2011-09-27 Thread Sanjeev Premi
In absence of this argument, Linux kernel doesn't boot. Default value has been set to 128M to ensure that Linux kernel boots on older EVMs as well. Signed-off-by: Sanjeev Premi Cc: Sandeep Paulraj --- This patch has been created against u-boot-ti/next. include/configs/omap3_evm.h |3 +++