summaryrefslogtreecommitdiff
path: root/src/flash
diff options
context:
space:
mode:
authorAlexandre Pereira da Silva <aletes.xgr@gmail.com>2011-03-29 16:17:11 -0300
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-03-30 08:04:01 +0200
commit54ec0c4a8a215cfc636d93ff8f99fe5d003d6f66 (patch)
tree484cbeb2c204114fb84297a5ce0921181005a0e0 /src/flash
parentbe14e8cbb0883a1fbb2a77ce74b7080a5ad323a3 (diff)
downloadopenocd+libswd-54ec0c4a8a215cfc636d93ff8f99fe5d003d6f66.tar.gz
openocd+libswd-54ec0c4a8a215cfc636d93ff8f99fe5d003d6f66.tar.bz2
openocd+libswd-54ec0c4a8a215cfc636d93ff8f99fe5d003d6f66.tar.xz
openocd+libswd-54ec0c4a8a215cfc636d93ff8f99fe5d003d6f66.zip
Add Micron 2GiB nand
Hi, This will add support for a new nand chip device. Thanks.
Diffstat (limited to 'src/flash')
-rw-r--r--src/flash/nand/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/nand/core.c b/src/flash/nand/core.c
index 88a16cc6..7c20ca58 100644
--- a/src/flash/nand/core.c
+++ b/src/flash/nand/core.c
@@ -125,6 +125,8 @@ static struct nand_info nand_flash_ids[] =
{"NAND 2GiB 1.8V 16-bit", 0xB5, 0, 2048, 0, LP_OPTIONS16},
{"NAND 2GiB 3.3V 16-bit", 0xC5, 0, 2048, 0, LP_OPTIONS16},
+ {"NAND 2GiB 3.3V 8-bit", 0x48, 0, 2048, 0, LP_OPTIONS},
+
{NULL, 0, 0, 0, 0, 0 }
};