summaryrefslogtreecommitdiff
path: root/board/esd/cpci405/config.mk
diff options
context:
space:
mode:
authorstroese <stroese>2003-05-23 11:30:39 (GMT)
committerstroese <stroese>2003-05-23 11:30:39 (GMT)
commitd4629c8c8da8156393cebe1f38e3f1e24196efcf (patch)
tree81b1ab54932e154688e21c9c635f3ccb09242baf /board/esd/cpci405/config.mk
parent46578cc018c0a109a2ae4891611a94e4dc2095b6 (diff)
downloadu-boot-fsl-qoriq-d4629c8c8da8156393cebe1f38e3f1e24196efcf.tar.xz
CPCI405AB (special version of esd CPCI405) board added.
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 1ad3fc6..3b8797d 100644
--- a/board/esd/cpci405/config.mk
+++ b/board/esd/cpci405/config.mk
@@ -28,5 +28,9 @@
ifeq ($(BOARD_REVISION),CPCI4052)
TEXT_BASE = 0xFFFC0000
else
+ifeq ($(BOARD_REVISION),CPCI405AB)
+TEXT_BASE = 0xFFFC0000
+else
TEXT_BASE = 0xFFFD0000
endif
+endif