summaryrefslogtreecommitdiff
path: root/src/flash/nand/Makefile.am
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-01-11 22:59:29 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-01-14 21:07:46 +0100
commit000a1cfd011d0b1e9ae30446df4eabe269202550 (patch)
treeb64f965e4ea20b532fe3f9827dfcb2aa9c55f1ba /src/flash/nand/Makefile.am
parent24653c950a18c49d267efb17a36423d9c455a886 (diff)
downloadopenocd+libswd-000a1cfd011d0b1e9ae30446df4eabe269202550.tar.gz
openocd+libswd-000a1cfd011d0b1e9ae30446df4eabe269202550.tar.bz2
openocd+libswd-000a1cfd011d0b1e9ae30446df4eabe269202550.tar.xz
openocd+libswd-000a1cfd011d0b1e9ae30446df4eabe269202550.zip
nand flash support for s3c64xx
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 <jacmet@sunsite.dk> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/flash/nand/Makefile.am')
-rw-r--r--src/flash/nand/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 = \