[U-Boot] [PATCH] ppc4xx: Fix building PLU405 board

Due to some overlapping sections it's time to update TEXT_BASE for this board.
Signed-off-by: Matthias Fuchs matthias.fuchs@esd.eu --- board/esd/plu405/config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/esd/plu405/config.mk b/board/esd/plu405/config.mk index 0fb4efa..0a4dbaa 100644 --- a/board/esd/plu405/config.mk +++ b/board/esd/plu405/config.mk @@ -25,4 +25,4 @@ # esd PLU405 boards #
-TEXT_BASE = 0xFFFA0000 +TEXT_BASE = 0xFFF80000

On Tuesday 11 May 2010 09:54:00 Matthias Fuchs wrote:
Due to some overlapping sections it's time to update TEXT_BASE for this board.
Applied to u-boot-ppc4xx/master. Thanks.
Cheers, Stefan
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
participants (2)
-
Matthias Fuchs
-
Stefan Roese