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/cms700.c | |
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/cms700.c')
-rw-r--r-- | board/esd/cms700/cms700.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/esd/cms700/cms700.c b/board/esd/cms700/cms700.c index 9a522b2..658a267 100644 --- a/board/esd/cms700/cms700.c +++ b/board/esd/cms700/cms700.c @@ -31,14 +31,6 @@ DECLARE_GLOBAL_DATA_PTR; extern void lxt971_no_sleep(void); -/* fpga configuration data - not compressed, generated by bin2c */ -const unsigned char fpgadata[] = -{ -#include "fpgadata.c" -}; -int filesize = sizeof(fpgadata); - - int board_early_init_f (void) { /* |