diff options
author | stroese <stroese> | 2004-12-16 18:27:05 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:27:05 +0000 |
commit | 87663b1cbcca066f1d0a0fc84f594e15d3deca7c (patch) | |
tree | 432e9b79c6b581df369d60de810e4920688878f0 /board/esd/cpci405/config.mk | |
parent | 6cfb1f0da6e9c364282a5538f8902a137dd13299 (diff) | |
download | u-boot-imx-87663b1cbcca066f1d0a0fc84f594e15d3deca7c.zip u-boot-imx-87663b1cbcca066f1d0a0fc84f594e15d3deca7c.tar.gz u-boot-imx-87663b1cbcca066f1d0a0fc84f594e15d3deca7c.tar.bz2 |
CPCI405 board update
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 3b8797d..0be45c7 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 |