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

Aneesh V aneesh at ti.com
Mon Jun 13 13:12:43 CEST 2011



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
>>
>> They have been fixed by providing the right SDRAM
>> base address and by using SRAM base as the initial
>> stack address.
>>
>> None of these have been tested as I do not have any of
>> these boards.
>>
>> V2:
>> * Replaced the magic number used for CONFIG_SYS_INIT_SP_ADDR
>> with a symbolic name - PHYS_SRAM - indicating that SRAM is
>> used for the intial stack. Made this change in all the
>> patches.
>> V3:
>> * Missed doing the V2 change for omap1610inn. Fixed that
>>
>> Aneesh V (6):
>> omap1610h2: fix build breaks
>> omap5912osk: fix build breaks
>> omap1510inn: fix build breaks
>> omap1610inn: fix build breaks
>> omap2420h4: fix build breaks
>> omap730p2: fix build breaks
>>
>> include/configs/omap1510inn.h | 5 +++++
>> include/configs/omap1610h2.h | 5 +++++
>> include/configs/omap1610inn.h | 5 +++++
>> include/configs/omap2420h4.h | 4 ++++
>> include/configs/omap5912osk.h | 5 +++++
>> include/configs/omap730p2.h | 5 +++++
>> 6 files changed, 29 insertions(+), 0 deletions(-)
>
> Hmm, seems like they don't apply cleanly above current
> u-boot-arm/master. Can you rebase and resend as V4 ?

Sure.

br,
Aneesh


More information about the U-Boot mailing list