[U-Boot] [PATCH] ppc4xx: Fix building PLU405 board
Matthias Fuchs
matthias.fuchs at esd.eu
Tue May 11 09:54:00 CEST 2010
Due to some overlapping sections it's time to update TEXT_BASE
for this board.
Signed-off-by: Matthias Fuchs <matthias.fuchs at 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
--
1.6.1
More information about the U-Boot
mailing list