]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove conflicting NAND ID
authorMike Frysinger <vapier@gentoo.org>
Tue, 8 Apr 2008 14:24:24 +0000 (10:24 -0400)
committerWolfgang Denk <wd@denx.de>
Thu, 17 Apr 2008 21:56:56 +0000 (14:56 -0700)
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 <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/mtd/nand/nand_ids.c

index 6d7e347fba747124a462edd19866690dbdcece00..524b6b19a7ecdca5ea2f92e4c86563f57afed2fd 100644 (file)
@@ -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
        */