diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2009-03-25 23:43:50 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-29 16:04:51 +0200 |
commit | 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11 (patch) | |
tree | c66cfa60a104b84a43b84fd3e1be60fc1d8310c4 /board/netstar/Makefile | |
parent | 3f464b0fc009d41d2734c08e472eb6d445f73a5c (diff) | |
download | u-boot-imx-71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11.zip u-boot-imx-71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11.tar.gz u-boot-imx-71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11.tar.bz2 |
NetStar: use generic flash driver
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Diffstat (limited to 'board/netstar/Makefile')
-rw-r--r-- | board/netstar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstar/Makefile b/board/netstar/Makefile index 8d911b8..ba9d6c8 100644 --- a/board/netstar/Makefile +++ b/board/netstar/Makefile @@ -28,7 +28,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := netstar.o flash.o nand.o +COBJS := netstar.o nand.o SOBJS := setup.o crcek.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) eeprom.c \ |