summaryrefslogtreecommitdiffstats
path: root/board/esd/vom405/vom405.c
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2009-04-29 09:50:59 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:46 +0200
commit700d553fd3afe804086de8f73d95153315eb0c32 (patch)
treef37e4a66d84267cd593af9ce4f4d91a4e1bba020 /board/esd/vom405/vom405.c
parent0bb10630364c48d9857cbf5353da609fc4dd6751 (diff)
downloadblackbird-obmc-uboot-700d553fd3afe804086de8f73d95153315eb0c32.tar.gz
blackbird-obmc-uboot-700d553fd3afe804086de8f73d95153315eb0c32.zip
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.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/esd/vom405/vom405.c b/board/esd/vom405/vom405.c
index d67b23eae2..a481acaea1 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)
{
/*
OpenPOWER on IntegriCloud