diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-28 01:07:45 (GMT) |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-02 10:42:23 (GMT) |
commit | f4032d2eec9d71a59c6c724671e577f67a76839b (patch) | |
tree | de49ce1dc2019f96af50b2b8e0ba14f25ae496fe /board/bf533-stamp/Makefile | |
parent | bc72f50a659d0d1b551817e1910b9b2be1c7e496 (diff) | |
download | u-boot-f4032d2eec9d71a59c6c724671e577f67a76839b.tar.xz |
Blackfin: bf533-stamp: drop old spi flash driver
Now that the common SPI flash code supports all the flashes, we can stop
using the old driver.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf533-stamp/Makefile')
-rw-r--r-- | board/bf533-stamp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/bf533-stamp/Makefile b/board/bf533-stamp/Makefile index a03fe89..0f52837 100644 --- a/board/bf533-stamp/Makefile +++ b/board/bf533-stamp/Makefile @@ -30,7 +30,6 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a COBJS-y := $(BOARD).o -COBJS-$(CONFIG_CMD_EEPROM) += spi_flash.o COBJS-$(CONFIG_VIDEO) += video.o SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) |