From: Mike Frysinger Date: Tue, 8 Apr 2008 14:24:24 +0000 (-0400) Subject: Remove conflicting NAND ID X-Git-Tag: v1.3.3-rc1~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf;p=kernel%2Fu-boot.git Remove conflicting NAND ID There are two NAND entries with ID 0xDC and this obviously causes problems. In the kernel, they punted the first entry, so we should do the same. See this upstream e-mail for more info: http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html Signed-off-by: Michael Hennerich Signed-off-by: Mike Frysinger --- diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c index 6d7e347..524b6b1 100644 --- a/drivers/mtd/nand/nand_ids.c +++ b/drivers/mtd/nand/nand_ids.c @@ -67,8 +67,6 @@ struct nand_flash_dev nand_flash_ids[] = { {"NAND 256MiB 3,3V 8-bit", 0x71, 512, 256, 0x4000, 0}, - {"NAND 512MiB 3,3V 8-bit", 0xDC, 512, 512, 0x4000, 0}, - /* These are the new chips with large page size. The pagesize * and the erasesize is determined from the extended id bytes */