From: Matthias Fuchs Date: Tue, 11 May 2010 07:54:00 +0000 (+0200) Subject: ppc4xx: Fix building PLU405 board X-Git-Tag: v2010.06-rc1~17^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9c3f2d6670e6151f4f6329f572a62b0d2d6768ce;p=oweals%2Fu-boot.git 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 Signed-off-by: Stefan Roese --- diff --git a/board/esd/plu405/config.mk b/board/esd/plu405/config.mk index 0fb4efab8d..0a4dbaa54a 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