diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-18 05:32:30 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-15 22:17:21 -0400 |
commit | 1f2a9970109cebf7446e0503b10b71f8673045ee (patch) | |
tree | 1b90662513e012a28f728ac9791540cf46644a55 /board/bf537-stamp/Makefile | |
parent | 5b22163fef865af2b6bfb6b75f1b7bf443ce170c (diff) | |
download | u-boot-imx-1f2a9970109cebf7446e0503b10b71f8673045ee.zip u-boot-imx-1f2a9970109cebf7446e0503b10b71f8673045ee.tar.gz u-boot-imx-1f2a9970109cebf7446e0503b10b71f8673045ee.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bf537-stamp/Makefile b/board/bf537-stamp/Makefile index e488844..cdffc33 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)) |