aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-06-29 11:48:24 +0200
committerStefano Babic <sbabic@denx.de>2010-10-13 18:10:56 +0200
commitb9eb3fdf2f545626525b85953d322b2f8d67d319 (patch)
tree9b7b1b7e5db6973f2532fa15a66f9ec65e6336a2 /include/configs
parent70e23264ffd18270741197be4d59691499c0ba5c (diff)
MX31: Add support to update FPGA bitstream
The patch adds the possibility to update the QONG FPGA (a Lattice XP2-5E) with u-boot using some GPIOs to drive the JTAG interface. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/qong.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/qong.h b/include/configs/qong.h
index cbb53dd3d..0465ff4b8 100644
--- a/include/configs/qong.h
+++ b/include/configs/qong.h
@@ -66,8 +66,11 @@
#define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH)
/* FPGA */
+#define CONFIG_FPGA
#define CONFIG_QONG_FPGA 1
#define CONFIG_FPGA_BASE (CS1_BASE)
+#define CONFIG_FPGA_LATTICE
+#define CONFIG_FPGA_COUNT 1
#ifdef CONFIG_QONG_FPGA
/* Ethernet */