aboutsummaryrefslogtreecommitdiff
path: root/board/esd
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd.eu>2010-07-26 17:17:53 +0200
committerStefan Roese <sr@denx.de>2010-08-09 16:05:07 +0200
commit5baefbba382854ed824ee381796174a7401362fa (patch)
treee2185cc668e8d54c5d8ebcfccb1d6cbe645f27d0 /board/esd
parenta00c137e041ad8df19da1fe693b56eff040e0b80 (diff)
ppc4xx: Fix building of PMC440 board
Update image size and default environment after addition of new environment handling. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd')
-rw-r--r--board/esd/pmc440/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc440/config.mk b/board/esd/pmc440/config.mk
index 91e65ec8a..6e9f735f4 100644
--- a/board/esd/pmc440/config.mk
+++ b/board/esd/pmc440/config.mk
@@ -23,7 +23,7 @@
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
ifndef TEXT_BASE
-TEXT_BASE = 0xFFFA0000
+TEXT_BASE = 0xFFF90000
endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1