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