diff options
author | Stefano Babic <sbabic@denx.de> | 2010-06-29 11:48:24 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2010-10-13 18:10:56 +0200 |
commit | b9eb3fdf2f545626525b85953d322b2f8d67d319 (patch) | |
tree | 9b7b1b7e5db6973f2532fa15a66f9ec65e6336a2 /board/davedenx/qong/Makefile | |
parent | 70e23264ffd18270741197be4d59691499c0ba5c (diff) | |
download | u-boot-imx-b9eb3fdf2f545626525b85953d322b2f8d67d319.zip u-boot-imx-b9eb3fdf2f545626525b85953d322b2f8d67d319.tar.gz u-boot-imx-b9eb3fdf2f545626525b85953d322b2f8d67d319.tar.bz2 |
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 'board/davedenx/qong/Makefile')
-rw-r--r-- | board/davedenx/qong/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davedenx/qong/Makefile b/board/davedenx/qong/Makefile index 93e1985..ada6e03 100644 --- a/board/davedenx/qong/Makefile +++ b/board/davedenx/qong/Makefile @@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := qong.o +COBJS := qong.o fpga.o SOBJS := lowlevel_init.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) |