From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schwingen Date: Wed, 26 Jan 2011 00:43:59 +0100 Subject: [U-Boot] [PATCH 11/13] update/fix some more IXP42x boards (only compile tested) In-Reply-To: <20110125204707.338B1B187@gemini.denx.de> References: <1294062338-21084-1-git-send-email-michael@schwingen.org> <1294062338-21084-12-git-send-email-michael@schwingen.org> <20110125204707.338B1B187@gemini.denx.de> Message-ID: <4D3F603F.5050808@discworld.dascon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 01/25/2011 09:47 PM, schrieb Wolfgang Denk: > Dear Michael Schwingen, > > In message <1294062338-21084-12-git-send-email-michael@schwingen.org> you wrote: >> Signed-off-by: Michael Schwingen >> --- >> 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