From 9c3f2d6670e6151f4f6329f572a62b0d2d6768ce Mon Sep 17 00:00:00 2001
From: Matthias Fuchs <matthias.fuchs@esd.eu>
Date: Tue, 11 May 2010 09:54:00 +0200
Subject: [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>
Signed-off-by: Stefan Roese <sr@denx.de>
---
 board/esd/plu405/config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/esd/plu405/config.mk b/board/esd/plu405/config.mk
index 0fb4efab8d4..0a4dbaa54ab 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
-- 
GitLab