From: Mike Frysinger Date: Sat, 28 Mar 2009 01:07:45 +0000 (-0400) Subject: Blackfin: bf533-stamp: drop old spi flash driver X-Git-Tag: v2009.06-rc1~107^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f4032d2eec9d71a59c6c724671e577f67a76839b;p=u-boot 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 --- diff --git a/board/bf533-stamp/Makefile b/board/bf533-stamp/Makefile index a03fe89af1..0f52837523 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) diff --git a/board/bf533-stamp/spi_flash.c b/board/bf533-stamp/spi_flash.c deleted file mode 100644 index 8784741bb8..0000000000 --- a/board/bf533-stamp/spi_flash.c +++ /dev/null @@ -1,2 +0,0 @@ -/* Share the spi flash code */ -#include "../bf537-stamp/spi_flash.c"