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>
This commit is contained in:
Mike Frysinger 2009-03-27 21:07:45 -04:00
parent bc72f50a65
commit f4032d2eec
2 changed files with 0 additions and 3 deletions

View File

@ -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)

View File

@ -1,2 +0,0 @@
/* Share the spi flash code */
#include "../bf537-stamp/spi_flash.c"