diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2009-04-29 09:51:00 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:47 +0200 |
commit | de47a34d4de1d007a8951efd072283516d580ffa (patch) | |
tree | 1eed5e118ab3ebadb433fde3f42b615e04a4f468 /board/esd/dp405/dp405.c | |
parent | 700d553fd3afe804086de8f73d95153315eb0c32 (diff) | |
download | u-boot-imx-de47a34d4de1d007a8951efd072283516d580ffa.zip u-boot-imx-de47a34d4de1d007a8951efd072283516d580ffa.tar.gz u-boot-imx-de47a34d4de1d007a8951efd072283516d580ffa.tar.bz2 |
4xx: Remove binary cpld bitstream from DP405 board
This patch removes the cpld binary bitstream that is
used by esd's cpld command on DP405 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/dp405/dp405.c')
-rw-r--r-- | board/esd/dp405/dp405.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/esd/dp405/dp405.c b/board/esd/dp405/dp405.c index c32c7c7..352b877 100644 --- a/board/esd/dp405/dp405.c +++ b/board/esd/dp405/dp405.c @@ -29,14 +29,6 @@ DECLARE_GLOBAL_DATA_PTR; -/* 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) { /* |