diff options
author | Wolfgang Denk <wd@denx.de> | 2007-05-31 17:20:09 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-05-31 17:20:09 +0200 |
commit | ee1529838abbfaa35f14e3ffbeaaba693159475f (patch) | |
tree | 9998c59322cc11f9c9efe65e716794e0b31bd723 /board/stxssa/config.mk | |
parent | 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6 (diff) | |
download | u-boot-imx-ee1529838abbfaa35f14e3ffbeaaba693159475f.zip u-boot-imx-ee1529838abbfaa35f14e3ffbeaaba693159475f.tar.gz u-boot-imx-ee1529838abbfaa35f14e3ffbeaaba693159475f.tar.bz2 |
Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/stxssa/config.mk')
-rw-r--r-- | board/stxssa/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/stxssa/config.mk b/board/stxssa/config.mk index 30f42c5..5f4fc74 100644 --- a/board/stxssa/config.mk +++ b/board/stxssa/config.mk @@ -22,13 +22,12 @@ # MA 02111-1307 USA # -# # default CCARBAR is at 0xff700000 # assume U-Boot is less than 0.5MB # U-Boot is less than 256K, so push # it further up into the flash # -TEXT_BASE = 0xfffC0000 +TEXT_BASE = 0xFFFC0000 PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx=1 PLATFORM_CPPFLAGS += -DCONFIG_E500=1 |