From 4611f87f0aeba42d21fc6c197e904a0c97731bf7 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 19 Jul 2010 12:22:18 +0100 Subject: flash: add nuc910 nand driver This adds a nand driver support for the nuc910 target. Note that ECC is not currently supported by this driver, although it is supported by the peripheral. Signed-off-by: Spencer Oliver --- src/flash/nand/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/flash/nand/Makefile.am') diff --git a/src/flash/nand/Makefile.am b/src/flash/nand/Makefile.am index 259a9cb6..8ea7b362 100644 --- a/src/flash/nand/Makefile.am +++ b/src/flash/nand/Makefile.am @@ -27,7 +27,8 @@ NAND_DRIVERS = \ s3c2440.c \ s3c2443.c \ s3c6400.c \ - at91sam9.c + at91sam9.c \ + nuc910.c noinst_HEADERS = \ arm_io.h \ @@ -39,6 +40,7 @@ noinst_HEADERS = \ mx2.h \ mx3.h \ s3c24xx.h \ - s3c24xx_regs.h + s3c24xx_regs.h \ + nuc910.h MAINTAINERCLEANFILES = $(srcdir)/Makefile.in -- cgit v1.2.3