summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-06-06 15:55:21 +0200
committerStefan Roese <sr@denx.de>2008-06-06 15:55:21 +0200
commit72675dc6c06a48846d180106161d49dd714383cc (patch)
treeea74dfa742a622d14854b585734634e65ee4579c /board
parent490f204096d6e2c9940f67816f154a8125bab116 (diff)
downloadblackbird-obmc-uboot-72675dc6c06a48846d180106161d49dd714383cc.tar.gz
blackbird-obmc-uboot-72675dc6c06a48846d180106161d49dd714383cc.zip
ppc4xx: Unify AMCC's board config files (part 3/3)
This patch series unifies the AMCC eval board ports by introducing a common include header for all AMCC eval boards: include/configs/amcc-common.h This header now includes all common configuration options/defines which are removed from the board specific headers. The reason for this is ease of maintenance and unified look and feel of all AMCC boards. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board')
-rw-r--r--board/amcc/sequoia/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/amcc/sequoia/config.mk b/board/amcc/sequoia/config.mk
index e62b8d30e4..5e04ee4e36 100644
--- a/board/amcc/sequoia/config.mk
+++ b/board/amcc/sequoia/config.mk
@@ -28,6 +28,10 @@ sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
ifndef TEXT_BASE
TEXT_BASE = 0xFFFA0000
+#
+# When defining CONFIG_VIDEO, TEXT_BASE needs to be 0xFFF80000
+# TEXT_BASE = 0xFFF80000
+#
endif
PLATFORM_CPPFLAGS += -DCONFIG_440=1
OpenPOWER on IntegriCloud