Re: [U-Boot] [PATCH v3 0/6] OMAP: fix build breaks on OMAP boards

2011-06-13 Thread Albert ARIBAUD
Le 13/06/2011 13:17, Aneesh V a écrit : > Hi Albert, > > On Monday 13 June 2011 04:29 PM, Albert ARIBAUD wrote: >> Hi Aneesh, >> >> Le 09/06/2011 13:24, Aneesh V a écrit : >>> Fix build breaks for OMAP boards. >>> All the build breaks were due to couple of missing >>> defines in the config file, na

Re: [U-Boot] [PATCH v3 0/6] OMAP: fix build breaks on OMAP boards

2011-06-13 Thread Aneesh V
Hi Albert, On Monday 13 June 2011 04:29 PM, Albert ARIBAUD wrote: > Hi Aneesh, > > Le 09/06/2011 13:24, Aneesh V a écrit : >> Fix build breaks for OMAP boards. >> All the build breaks were due to couple of missing >> defines in the config file, namely: >> >> CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_IN

Re: [U-Boot] [PATCH v3 0/6] OMAP: fix build breaks on OMAP boards

2011-06-13 Thread Aneesh V
On Monday 13 June 2011 04:29 PM, Albert ARIBAUD wrote: > Hi Aneesh, > > Le 09/06/2011 13:24, Aneesh V a écrit : >> Fix build breaks for OMAP boards. >> All the build breaks were due to couple of missing >> defines in the config file, namely: >> >> CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR

Re: [U-Boot] [PATCH v3 0/6] OMAP: fix build breaks on OMAP boards

2011-06-13 Thread Albert ARIBAUD
Hi Aneesh, Le 09/06/2011 13:24, Aneesh V a écrit : > Fix build breaks for OMAP boards. > All the build breaks were due to couple of missing > defines in the config file, namely: > > CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR > > They have been fixed by providing the right SDRAM > base addre

[U-Boot] [PATCH v3 0/6] OMAP: fix build breaks on OMAP boards

2011-06-09 Thread Aneesh V
Fix build breaks for OMAP boards. All the build breaks were due to couple of missing defines in the config file, namely: CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR They have been fixed by providing the right SDRAM base address and by using SRAM base as the initial stack address. None of t