commit | 0fc4f64c59873a47d555dd66bad25797d4ecb0ed | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Tue Mar 31 13:43:10 2009 +0200 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Tue Mar 31 13:56:20 2009 +0200 |
tree | 61a63be4e5f457ac22cc1dd09981ec7781c2c696 | |
parent | 89c00fb15859213788f0ad089934c376fb356099 [diff] [blame] |
NetStar: fix NAND Fix NAND support broken during new NAND code merge. Move those few lines of code to board/netstar/netstar.c Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
diff --git a/board/netstar/Makefile b/board/netstar/Makefile index ba9d6c8..11a952b 100644 --- a/board/netstar/Makefile +++ b/board/netstar/Makefile
@@ -28,7 +28,7 @@ LIB = $(obj)lib$(BOARD).a -COBJS := netstar.o nand.o +COBJS := netstar.o SOBJS := setup.o crcek.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) eeprom.c \