diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2009-04-29 09:50:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:46 +0200 |
commit | 7cc635fb35f5b94e304fa2243d56758f57f6416b (patch) | |
tree | 73cadf4ddb7ec3deb1430fe752c1ca089adb04ed /board/esd/cms700/config.mk | |
parent | c1b2f79788deec75773b1d944d8aaf4a6d5baf9e (diff) | |
download | u-boot-imx-7cc635fb35f5b94e304fa2243d56758f57f6416b.zip u-boot-imx-7cc635fb35f5b94e304fa2243d56758f57f6416b.tar.gz u-boot-imx-7cc635fb35f5b94e304fa2243d56758f57f6416b.tar.bz2 |
4xx: Remove binary cpld bitstream from CMS700 board
This patch removes the cpld binary bitstream that is
used by esd's cpld command on CMS700 boards.
Because u-boot with an external cpld bitstream may not
take more space in flash than before the u-boot binary is
shrinked a little bit. Some unused featues have been
removed therefore.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/cms700/config.mk')
-rw-r--r-- | board/esd/cms700/config.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/board/esd/cms700/config.mk b/board/esd/cms700/config.mk index 5c3c01c..8e48bcd 100644 --- a/board/esd/cms700/config.mk +++ b/board/esd/cms700/config.mk @@ -20,9 +20,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # - -# -# esd CMS405 boards -# - -TEXT_BASE = 0xFFFC0000 +TEXT_BASE = 0xFFFC8000 |