diff options
author | stroese <stroese> | 2003-05-23 11:30:39 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-05-23 11:30:39 +0000 |
commit | d4629c8c8da8156393cebe1f38e3f1e24196efcf (patch) | |
tree | 81b1ab54932e154688e21c9c635f3ccb09242baf /board/esd/cpci405/config.mk | |
parent | 46578cc018c0a109a2ae4891611a94e4dc2095b6 (diff) | |
download | u-boot-imx-d4629c8c8da8156393cebe1f38e3f1e24196efcf.zip u-boot-imx-d4629c8c8da8156393cebe1f38e3f1e24196efcf.tar.gz u-boot-imx-d4629c8c8da8156393cebe1f38e3f1e24196efcf.tar.bz2 |
CPCI405AB (special version of esd CPCI405) board added.
Diffstat (limited to 'board/esd/cpci405/config.mk')
-rw-r--r-- | board/esd/cpci405/config.mk | 4 |
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 |