From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Stach Date: Thu, 27 Sep 2012 23:49:31 +0200 Subject: [U-Boot] =?utf-8?q?=5BPATCH=5D_nand=3A_add_ID_for_Micron_MT29F8G0?= =?utf-8?q?8A?= Message-ID: <1348782571-19006-1-git-send-email-dev@lynxeye.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de As found on the Colibri T20 engineering sample board. Signed-off-by: Lucas Stach --- drivers/mtd/nand/nand_ids.c | 1 + 1 Datei ge?ndert, 1 Zeile hinzugef?gt(+) diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c index 3953549..ae300fe 100644 --- a/drivers/mtd/nand/nand_ids.c +++ b/drivers/mtd/nand/nand_ids.c @@ -105,6 +105,7 @@ const struct nand_flash_dev nand_flash_ids[] = { {"NAND 512MiB 3,3V 16-bit", 0xCC, 0, 512, 0, LP_OPTIONS16}, /* 8 Gigabit */ + {"NAND 1GiB 3,3V 8-bit", 0x38, 0, 1024, 0, LP_OPTIONS}, {"NAND 1GiB 1,8V 8-bit", 0xA3, 0, 1024, 0, LP_OPTIONS}, {"NAND 1GiB 3,3V 8-bit", 0xD3, 0, 1024, 0, LP_OPTIONS}, {"NAND 1GiB 1,8V 16-bit", 0xB3, 0, 1024, 0, LP_OPTIONS16}, -- 1.7.11.4