From: Alexandre Pereira da Silva Date: Tue, 29 Mar 2011 19:17:11 +0000 (-0300) Subject: Add Micron 2GiB nand X-Git-Tag: v0.5.0-rc1~122 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=54ec0c4a8a215cfc636d93ff8f99fe5d003d6f66;ds=sidebyside Add Micron 2GiB nand Hi, This will add support for a new nand chip device. Thanks. --- diff --git a/src/flash/nand/core.c b/src/flash/nand/core.c index 88a16cc6ab..7c20ca5867 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 } };