From 000a1cfd011d0b1e9ae30446df4eabe269202550 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 11 Jan 2010 22:59:29 +0100 Subject: nand flash support for s3c64xx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Identical to the existing 2412/2443 support except for the base address and NFCONF value (bit 2 is reserved and should be written as 1 ref UM). Tested on a s3c6410 board, but controller is identical in 6400/6410 except for 8bit MLC ECC support in 6410 which isn't supported by the driver. Signed-off-by: Peter Korsgaard Signed-off-by: Øyvind Harboe --- src/flash/nand/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flash/nand/Makefile.am') diff --git a/src/flash/nand/Makefile.am b/src/flash/nand/Makefile.am index 2ffa4c49..a495dfdc 100644 --- a/src/flash/nand/Makefile.am +++ b/src/flash/nand/Makefile.am @@ -25,6 +25,7 @@ NAND_DRIVERS = \ s3c2412.c \ s3c2440.c \ s3c2443.c \ + s3c6400.c \ at91sam9.c noinst_HEADERS = \ -- cgit v1.2.3