[U-Boot] ARMV7: OMAP3: Implement relocation for Overo

Steve Sakoman sakoman at gmail.com
Thu Sep 30 22:13:29 CEST 2010


On Thu, Sep 30, 2010 at 10:52 AM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Steve Sakoman,
>
> In message <1285867914.4705.145.camel at quadra> you wrote:
>> This patch fixes the build breakage introduced by the recent relocation
>> changes for ARMV7. It is based on the patch for Beagleboard.
>>
>> Signed-off-by: Steve Sakoman <steve at sakoman.com>
>> ---
>>
>> diff --git a/board/overo/config.mk b/board/overo/config.mk
>> index d372fd9..59b651f 100644
>> --- a/board/overo/config.mk
>> +++ b/board/overo/config.mk
>> @@ -26,4 +26,4 @@
>>  # (mem base + reserved)
>>
>>  # For use with external or internal boots.
>> -TEXT_BASE = 0x80e80000
>> +TEXT_BASE = 0x80008000
>> diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
>> index daa4515..49a0b95 100644
>> --- a/include/configs/omap3_overo.h
>> +++ b/include/configs/omap3_overo.h
>> @@ -324,4 +324,8 @@ extern unsigned int boot_flash_type;
>>
>>  #endif /* (CONFIG_CMD_NET) */
>>
>> +#undef CONFIG_SYS_ARM_WITHOUT_RELOC /* This board is tested with relocation support */
>
> Please remove this line.

OK.  I copied it from the Beagle example.  I'll submit a cleanup patch
to remove it from there too.

Steve


More information about the U-Boot mailing list