From de47a34d4de1d007a8951efd072283516d580ffa Mon Sep 17 00:00:00 2001 From: Matthias Fuchs Date: Wed, 29 Apr 2009 09:51:00 +0200 Subject: 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 Signed-off-by: Stefan Roese --- board/esd/dp405/dp405.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'board/esd/dp405/dp405.c') diff --git a/board/esd/dp405/dp405.c b/board/esd/dp405/dp405.c index c32c7c7a0f..352b877e39 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) { /* -- cgit v1.2.1