]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: bf533-stamp: drop old spi flash driver
authorMike Frysinger <vapier@gentoo.org>
Sat, 28 Mar 2009 01:07:45 +0000 (21:07 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 2 Apr 2009 10:42:23 +0000 (06:42 -0400)
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>
board/bf533-stamp/Makefile
board/bf533-stamp/spi_flash.c [deleted file]

index a03fe89af13484eafc797ea39aaa08081d41816d..0f5283752330b210ba7b7c62a983a5ea89f6c5ec 100644 (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)
diff --git a/board/bf533-stamp/spi_flash.c b/board/bf533-stamp/spi_flash.c
deleted file mode 100644 (file)
index 8784741..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-/* Share the spi flash code */
-#include "../bf537-stamp/spi_flash.c"