[U-Boot] [PATCH 11/13] update/fix some more IXP42x boards (only compile tested)
Michael Schwingen
rincewind at discworld.dascon.de
Wed Jan 26 00:43:59 CET 2011
Am 01/25/2011 09:47 PM, schrieb Wolfgang Denk:
> Dear Michael Schwingen,
>
> In message <1294062338-21084-12-git-send-email-michael at schwingen.org> you wrote:
>> Signed-off-by: Michael Schwingen <michael at schwingen.org>
>> ---
>> board/ixdp425/config.mk | 3 ++-
>> board/prodrive/pdnb3/config.mk | 2 +-
>> boards.cfg | 2 +-
>> include/configs/ixdp425.h | 13 ++++++++++---
>> include/configs/ixdpg425.h | 9 ++++++---
>> include/configs/pdnb3.h | 6 ++++++
>> 6 files changed, 26 insertions(+), 9 deletions(-)
>>
>> diff --git a/board/ixdp425/config.mk b/board/ixdp425/config.mk
>> index 509c894..5d6f708 100644
>> --- a/board/ixdp425/config.mk
>> +++ b/board/ixdp425/config.mk
>> @@ -1,2 +1,3 @@
>> #
>> -CONFIG_SYS_TEXT_BASE = 0x00f80000
>> +CONFIG_SYS_TEXT_BASE = 0x50000000
> Please move to board config file and remove board/ixdp425/config.mk
>
>> diff --git a/board/prodrive/pdnb3/config.mk b/board/prodrive/pdnb3/config.mk
>> index 817541f..b5e6a4e 100644
>> --- a/board/prodrive/pdnb3/config.mk
>> +++ b/board/prodrive/pdnb3/config.mk
>> @@ -1,2 +1,2 @@
>> #
>> -CONFIG_SYS_TEXT_BASE = 0x01f00000
>> +CONFIG_SYS_TEXT_BASE = 0x50000000
> Ditto.
>
Since I am not the maintainer of these boards, I tried to keep the
changes minimal.
I can go ahread if noone protests, but I can only test IXDP425 (we have
one at work), and I can't guarantee compatibility with old u-boot versions.
cu
Michael
More information about the U-Boot
mailing list