diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:44:21 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 16:44:21 +0200 |
commit | 875c78934ee252744be1e5b2a9ad7ec5df239239 (patch) | |
tree | c77938310e3ba039c75e3f50b3d3fe5eaf50545e /common/Makefile | |
parent | db421e6451b9e51882ebfebf388cef3bc6ab3117 (diff) | |
download | u-boot-imx-875c78934ee252744be1e5b2a9ad7ec5df239239.zip u-boot-imx-875c78934ee252744be1e5b2a9ad7ec5df239239.tar.gz u-boot-imx-875c78934ee252744be1e5b2a9ad7ec5df239239.tar.bz2 |
Add Xilinx Spartan3 family FPGA support
Patch by Kurt Stremerch, 14 February 2005
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index b5396ce..6366e02 100644 --- a/common/Makefile +++ b/common/Makefile @@ -49,7 +49,7 @@ COBJS = main.o ACEX1K.o altera.o bedbug.o circbuf.o \ flash.o fpga.o \ hush.o kgdb.o lcd.o lists.o lynxkdi.o \ memsize.o miiphybb.o miiphyutil.o \ - s_record.o serial.o soft_i2c.o soft_spi.o spartan2.o \ + s_record.o serial.o soft_i2c.o soft_spi.o spartan2.o spartan3.o \ usb.o usb_kbd.o usb_storage.o \ virtex2.o xilinx.o |