Dear Michael Schwingen, In message <[email protected]> you wrote: > > Signed-off-by: Michael Schwingen <[email protected]> > --- > 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. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] I will also, for an appropriate fee, certify that your keyboard is object-oriented, and that the bits on your hard disk are template- compatible. - Jeffrey S. Haemer in <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

