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

Blackfin: bf537-stamp: drop old spi_flash driver


The new common spi framework and spi flash subsystem provides all the same
functionality as the old Blackfin-specific driver, so punt the old one as
it has been sticking around long enough.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent b30453ac
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ LIB = $(obj)lib$(BOARD).a
COBJS-y := $(BOARD).o cmd_bf537led.o
COBJS-$(CONFIG_BFIN_IDE) += ide-cf.o
COBJS-$(CONFIG_CMD_EEPROM) += spi_flash.o
COBJS-$(CONFIG_POST) += post.o post-memory.o
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
......
This diff is collapsed.
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