diff options
author | Stefan Roese <sr@denx.de> | 2006-02-08 15:54:15 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-02-08 15:54:15 +0100 |
commit | 79830d591afb758be8556396949d433fee1527c2 (patch) | |
tree | e57ce5c733f8bb3952aff54cc96f456c4a606f41 /board/esd/cpci750/Makefile | |
parent | 48a05a5188e03861da2378c95ba7963d810736aa (diff) | |
download | u-boot-imx-79830d591afb758be8556396949d433fee1527c2.zip u-boot-imx-79830d591afb758be8556396949d433fee1527c2.tar.gz u-boot-imx-79830d591afb758be8556396949d433fee1527c2.tar.bz2 |
Convert CPCI750 to use common CFI flash driver
Patch by Reinhard Arlt, 8 Feb 2006
Diffstat (limited to 'board/esd/cpci750/Makefile')
-rw-r--r-- | board/esd/cpci750/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/cpci750/Makefile b/board/esd/cpci750/Makefile index 0486729..cd38b2d 100644 --- a/board/esd/cpci750/Makefile +++ b/board/esd/cpci750/Makefile @@ -29,7 +29,7 @@ SOBJS = misc.o OBJS = $(BOARD).o serial.o ../../Marvell/common/memory.o pci.o \ mv_eth.o mpsc.o i2c.o \ - sdram_init.o strataflash.o ide.o + sdram_init.o ide.o $(LIB): .depend $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS) |