aboutsummaryrefslogtreecommitdiff
path: root/board/amcc/bamboo/config.mk
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-06-01 15:19:29 +0200
committerStefan Roese <sr@denx.de>2007-06-01 15:19:29 +0200
commita471db07fbb65a841ffc9f4f112562b945230f98 (patch)
treeab714fc40c0b16d7ca387ddd95b9c357508f74a9 /board/amcc/bamboo/config.mk
parent53ad02103fb8be4138a9937a8ab91fcdff7b4987 (diff)
downloadu-boot-a471db07fbb65a841ffc9f4f112562b945230f98.zip
u-boot-a471db07fbb65a841ffc9f4f112562b945230f98.tar.gz
u-boot-a471db07fbb65a841ffc9f4f112562b945230f98.tar.bz2
ppc4xx: Prepare Bamboo port for NAND booting support
This patch updates the "normal" Bamboo NOR booting port, so that it is compatible with the coming soon NAND booting Bamboo port. It also enables the 2nd NAND flash on the Bamboo. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/bamboo/config.mk')
-rw-r--r--board/amcc/bamboo/config.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/amcc/bamboo/config.mk b/board/amcc/bamboo/config.mk
index 9d7f4c3..b46527d 100644
--- a/board/amcc/bamboo/config.mk
+++ b/board/amcc/bamboo/config.mk
@@ -1,5 +1,5 @@
#
-# (C) Copyright 2002-2006
+# (C) Copyright 2002-2007
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
@@ -21,7 +21,11 @@
# MA 02111-1307 USA
#
+sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
+
+ifndef TEXT_BASE
TEXT_BASE = 0xFFFA0000
+endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1