summaryrefslogtreecommitdiffstats
path: root/board/amcc/katmai
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-04-28 10:55:24 +0200
committerWolfgang Denk <wd@denx.de>2008-04-28 11:00:14 +0200
commit941d696d25624e3cc65ebf924199541acf52d74e (patch)
tree628ee5a1655b35a6791c8baef1da0676d2e447a2 /board/amcc/katmai
parent03c6cd39f9184143fd8c537872b3d4b2e03f1466 (diff)
downloadblackbird-obmc-uboot-941d696d25624e3cc65ebf924199541acf52d74e.tar.gz
blackbird-obmc-uboot-941d696d25624e3cc65ebf924199541acf52d74e.zip
katmai: fix section overlap problem
Since we didn't want to remove features from the configuration, we decided to increase the U-Boot image size (add one flash sector). Also changed the default environment definition to make it independent of such changes. Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/katmai')
-rw-r--r--board/amcc/katmai/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/katmai/config.mk b/board/amcc/katmai/config.mk
index 115c1aed05..c512b53c6f 100644
--- a/board/amcc/katmai/config.mk
+++ b/board/amcc/katmai/config.mk
@@ -25,7 +25,7 @@
# AMCC 440SPe Evaluation (Katmai) board
#
-TEXT_BASE = 0xfffc0000
+TEXT_BASE = 0xFFFA0000
PLATFORM_CPPFLAGS += -DCONFIG_440=1
OpenPOWER on IntegriCloud