diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2009-04-29 09:50:59 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:46 +0200 |
commit | 700d553fd3afe804086de8f73d95153315eb0c32 (patch) | |
tree | f37e4a66d84267cd593af9ce4f4d91a4e1bba020 /board/esd/vom405/vom405.c | |
parent | 0bb10630364c48d9857cbf5353da609fc4dd6751 (diff) | |
download | u-boot-imx-700d553fd3afe804086de8f73d95153315eb0c32.zip u-boot-imx-700d553fd3afe804086de8f73d95153315eb0c32.tar.gz u-boot-imx-700d553fd3afe804086de8f73d95153315eb0c32.tar.bz2 |
4xx: Remove binary cpld bitstream from VOM405 board
This patch removes the cpld binary bitstream that is
used by esd's cpld command on VOM405 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.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/vom405/vom405.c')
-rw-r--r-- | board/esd/vom405/vom405.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/esd/vom405/vom405.c b/board/esd/vom405/vom405.c index d67b23e..a481aca 100644 --- a/board/esd/vom405/vom405.c +++ b/board/esd/vom405/vom405.c @@ -31,13 +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) { /* |