summaryrefslogtreecommitdiff
path: root/board/atmel/atstk1000/Makefile
diff options
context:
space:
mode:
authorAndreas Bießmann <biessmann@corscience.de>2011-06-28 04:15:58 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 08:55:27 (GMT)
commit221786525fb707e12e9026192188828ac4466f5b (patch)
tree75167f682ec815e997b2bc5ac9c10f6596313809 /board/atmel/atstk1000/Makefile
parent18ed5e9550810e2fc5bf2c757aee47774609651c (diff)
downloadu-boot-fsl-qoriq-221786525fb707e12e9026192188828ac4466f5b.tar.xz
atstk100x: switch to common cfi driver
This patch removes the board implemenatation for flash driver which can now safely switched to the common cfi driver. Compile tested for all atstk100x boards, runtime tested on atstk1002. Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
Diffstat (limited to 'board/atmel/atstk1000/Makefile')
-rw-r--r--board/atmel/atstk1000/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/atmel/atstk1000/Makefile b/board/atmel/atstk1000/Makefile
index ae47396..a02ccf1 100644
--- a/board/atmel/atstk1000/Makefile
+++ b/board/atmel/atstk1000/Makefile
@@ -27,7 +27,6 @@ include $(TOPDIR)/config.mk
LIB := $(obj)lib$(BOARD).o
COBJS-y += $(BOARD).o
-COBJS-y += flash.o
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))