diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-01 15:52:46 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-01 15:52:46 +0200 |
commit | 534ff676a9c2ffd460e096754894e78551e4ed1e (patch) | |
tree | 54c8832a9b2954ed5692c39543935c76ff9481e4 /common/Makefile | |
parent | d87080b721e4f8dca977af7571c5338ae7bb8db7 (diff) | |
parent | 9e7b5ce61b2641e726a38505ffc077642bff44fa (diff) | |
download | u-boot-imx-534ff676a9c2ffd460e096754894e78551e4ed1e.zip u-boot-imx-534ff676a9c2ffd460e096754894e78551e4ed1e.tar.gz u-boot-imx-534ff676a9c2ffd460e096754894e78551e4ed1e.tar.bz2 |
* Add support for ymodem protocol download
Patch by Stefano Babic, 29 Mar 2006
* Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000
Merge with /home/mk/8-benq/u-boot
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 7dbf84a..eb0b5da 100644 --- a/common/Makefile +++ b/common/Makefile @@ -51,7 +51,7 @@ COBJS = main.o ACEX1K.o altera.o bedbug.o circbuf.o \ memsize.o miiphybb.o miiphyutil.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 + virtex2.o xilinx.o crc16.o xyzModem.o OBJS = $(AOBJS) $(COBJS) |