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 /include/configs | |
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 'include/configs')
-rw-r--r-- | include/configs/PMC405.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/PMC405.h b/include/configs/PMC405.h index c598d00..a9e7134 100644 --- a/include/configs/PMC405.h +++ b/include/configs/PMC405.h @@ -282,9 +282,6 @@ /* * FPGA stuff */ -#define CONFIG_SYS_FPGA_XC95XL 1 /* using Xilinx XC95XL CPLD */ -#define CONFIG_SYS_FPGA_MAX_SIZE (32 * 1024) /* 32kByte for CPLD */ - /* FPGA program pin configuration */ #define CONFIG_SYS_FPGA_PRG 0x04000000 /* JTAG TMS pin (output) */ #define CONFIG_SYS_FPGA_CLK 0x02000000 /* JTAG TCK pin (output) */ |