summaryrefslogtreecommitdiff
path: root/board/netstar/Makefile
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2009-03-31 13:43:10 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-03-31 13:56:20 +0200
commit0fc4f64c59873a47d555dd66bad25797d4ecb0ed (patch)
tree61a63be4e5f457ac22cc1dd09981ec7781c2c696 /board/netstar/Makefile
parent89c00fb15859213788f0ad089934c376fb356099 (diff)
downloadu-boot-imx-0fc4f64c59873a47d555dd66bad25797d4ecb0ed.zip
u-boot-imx-0fc4f64c59873a47d555dd66bad25797d4ecb0ed.tar.gz
u-boot-imx-0fc4f64c59873a47d555dd66bad25797d4ecb0ed.tar.bz2
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>
Diffstat (limited to 'board/netstar/Makefile')
-rw-r--r--board/netstar/Makefile2
1 files changed, 1 insertions, 1 deletions
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 @@ include $(TOPDIR)/config.mk
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 \