[U-Boot] [PATCH 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

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

2011-06-09 Thread Aneesh V
On Thursday 09 June 2011 01:50 AM, Albert ARIBAUD wrote: > Hi Aneesh, > > Le 07/06/2011 17:13, 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_AD

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

2011-06-08 Thread Albert ARIBAUD
Hi Aneesh, Le 07/06/2011 17:13, 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 0/6] OMAP: fix build breaks on OMAP boards

2011-06-07 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