diff options
author | stroese <stroese> | 2004-12-16 18:34:28 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:34:28 +0000 |
commit | 7acd6c2168deb38129ab677371c503429a40c532 (patch) | |
tree | 1521bd80d149c730e3b18205a5b93743cbb47589 /board/esd/cpci440/config.mk | |
parent | c491b442cc881c86d8d9907563d8377b0aa46f35 (diff) | |
download | u-boot-imx-7acd6c2168deb38129ab677371c503429a40c532.zip u-boot-imx-7acd6c2168deb38129ab677371c503429a40c532.tar.gz u-boot-imx-7acd6c2168deb38129ab677371c503429a40c532.tar.bz2 |
CPCI440 board update
Diffstat (limited to 'board/esd/cpci440/config.mk')
-rw-r--r-- | board/esd/cpci440/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/esd/cpci440/config.mk b/board/esd/cpci440/config.mk index e5722dd..8e5f63f 100644 --- a/board/esd/cpci440/config.mk +++ b/board/esd/cpci440/config.mk @@ -31,6 +31,7 @@ ifeq ($(ramsym),1) TEXT_BASE = 0x07FD0000 else TEXT_BASE = 0xFFFC0000 +#TEXT_BASE = 0x01fc0000 endif PLATFORM_CPPFLAGS += -DCONFIG_440=1 |