summaryrefslogtreecommitdiffstats
path: root/board/esd/cpci405/config.mk
diff options
context:
space:
mode:
authorstroese <stroese>2004-12-16 18:27:05 +0000
committerstroese <stroese>2004-12-16 18:27:05 +0000
commit87663b1cbcca066f1d0a0fc84f594e15d3deca7c (patch)
tree432e9b79c6b581df369d60de810e4920688878f0 /board/esd/cpci405/config.mk
parent6cfb1f0da6e9c364282a5538f8902a137dd13299 (diff)
downloadblackbird-obmc-uboot-87663b1cbcca066f1d0a0fc84f594e15d3deca7c.tar.gz
blackbird-obmc-uboot-87663b1cbcca066f1d0a0fc84f594e15d3deca7c.zip
CPCI405 board update
Diffstat (limited to 'board/esd/cpci405/config.mk')
-rw-r--r--board/esd/cpci405/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/esd/cpci405/config.mk b/board/esd/cpci405/config.mk
index 3b8797db6b..0be45c70d7 100644
--- a/board/esd/cpci405/config.mk
+++ b/board/esd/cpci405/config.mk
@@ -28,9 +28,13 @@
ifeq ($(BOARD_REVISION),CPCI4052)
TEXT_BASE = 0xFFFC0000
else
+ifeq ($(BOARD_REVISION),CPCI405DT)
+TEXT_BASE = 0xFFFC0000
+else
ifeq ($(BOARD_REVISION),CPCI405AB)
TEXT_BASE = 0xFFFC0000
else
TEXT_BASE = 0xFFFD0000
endif
endif
+endif
OpenPOWER on IntegriCloud