Re: [U-Boot] [PATCH V6 1/5] omap3: Configure RAM bank 0 if in SPL

2011-07-29 Thread Simon Schwarz
Hi Aneesh, On 07/28/2011 11:42 AM, Simon Schwarz wrote: > Hi Aneesh, > > On 07/28/2011 10:50 AM, Aneesh V wrote: >> Hi Simon, >> >> First of all sorry for giving my first comments on v6. But I didn't >> have mail access for the last couple of days. >> >> On Thursday 28 July 2011 02:08 PM, Simon Sc

Re: [U-Boot] [PATCH V6 1/5] omap3: Configure RAM bank 0 if in SPL

2011-07-28 Thread Simon Schwarz
Hi Aneesh, On 07/28/2011 10:50 AM, Aneesh V wrote: > Hi Simon, > > First of all sorry for giving my first comments on v6. But I didn't > have mail access for the last couple of days. > > On Thursday 28 July 2011 02:08 PM, Simon Schwarz wrote: >> OMAP3 relied on the memory config done by X-loader o

Re: [U-Boot] [PATCH V6 1/5] omap3: Configure RAM bank 0 if in SPL

2011-07-28 Thread Aneesh V
Hi Simon, First of all sorry for giving my first comments on v6. But I didn't have mail access for the last couple of days. On Thursday 28 July 2011 02:08 PM, Simon Schwarz wrote: > OMAP3 relied on the memory config done by X-loader or Configuration Header. > This > has to be reworked for the im

[U-Boot] [PATCH V6 1/5] omap3: Configure RAM bank 0 if in SPL

2011-07-28 Thread Simon Schwarz
OMAP3 relied on the memory config done by X-loader or Configuration Header. This has to be reworked for the implementation of a SPL. This patch configures RAM bank 0 if CONFIG_SPL_BUILD is set. Settings for Micron-RAM used by devkit8000 are added to mem.h Signed-off-by: Simon Schwarz --- V1 chang