Add Micron 2GiB nand
authorAlexandre Pereira da Silva <aletes.xgr@gmail.com>
Tue, 29 Mar 2011 19:17:11 +0000 (16:17 -0300)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 30 Mar 2011 06:04:01 +0000 (08:04 +0200)
Hi,

This will add support for a new nand chip device.

Thanks.

src/flash/nand/core.c

index 88a16cc6ab71e264e5da82b3f35cc0328e2cb6ea..7c20ca5867409a2e3cbdec6ebc89f1ac196b0bb1 100644 (file)
@@ -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 }
 };