Skip to content
Snippets Groups Projects
Commit f4032d2e authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent bc72f50a
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,6 @@ include $(TOPDIR)/config.mk ...@@ -30,7 +30,6 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a LIB = $(obj)lib$(BOARD).a
COBJS-y := $(BOARD).o COBJS-y := $(BOARD).o
COBJS-$(CONFIG_CMD_EEPROM) += spi_flash.o
COBJS-$(CONFIG_VIDEO) += video.o COBJS-$(CONFIG_VIDEO) += video.o
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
......
/* Share the spi flash code */
#include "../bf537-stamp/spi_flash.c"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment