summaryrefslogtreecommitdiffstats
path: root/board/bf537-stamp/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-18 05:32:30 -0500
committerMike Frysinger <vapier@gentoo.org>2008-03-15 22:17:21 -0400
commit1f2a9970109cebf7446e0503b10b71f8673045ee (patch)
tree1b90662513e012a28f728ac9791540cf46644a55 /board/bf537-stamp/Makefile
parent5b22163fef865af2b6bfb6b75f1b7bf443ce170c (diff)
downloadblackbird-obmc-uboot-1f2a9970109cebf7446e0503b10b71f8673045ee.tar.gz
blackbird-obmc-uboot-1f2a9970109cebf7446e0503b10b71f8673045ee.zip
Blackfin: BF537-stamp: drop board-specific flash driver for CFI
The parallel flash on the BF537-STAMP is CFI compliant, so there is no need for the board specific driver at all. Just use the common CFI driver. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf537-stamp/Makefile')
-rw-r--r--board/bf537-stamp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bf537-stamp/Makefile b/board/bf537-stamp/Makefile
index e4888441a9..cdffc333eb 100644
--- a/board/bf537-stamp/Makefile
+++ b/board/bf537-stamp/Makefile
@@ -29,7 +29,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS := $(BOARD).o flash.o ether_bf537.o post-memory.o stm_m25p64.o cmd_bf537led.o nand.o
+COBJS := $(BOARD).o ether_bf537.o post-memory.o stm_m25p64.o cmd_bf537led.o nand.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud