[PATCH] Remove duplicated Samsung NAND 512MiB 3,3V 8-bit device ID

Kyungmin Park kyungmin.park at samsung.com
Wed Feb 16 03:33:30 EST 2005


	Remove duplicated Samsung NAND 512MiB 3,3V 8-bit device ID.
	Correct device ID is defined following.
	{"NAND 512MiB 3,3V 8-bit",      0xDC, 0, 512, 0,
NAND_SAMSUNG_LP_OPTIONS | NAND_NO_AUTOINCR},

Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>

diff -u -r1.1.1.1 nand_ids.c
--- drivers/mtd/nand/nand_ids.c 13 Jan 2005 06:51:14 -0000      1.1.1.1
+++ drivers/mtd/nand/nand_ids.c 16 Feb 2005 08:19:48 -0000
@@ -62,8 +62,6 @@

        {"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
        */





More information about the linux-mtd mailing list