mtd/drivers/mtd/nand nand_ids.c,1.11,1.12

gleixner at infradead.org gleixner at infradead.org
Wed Feb 16 04:33:30 EST 2005


Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv31040

Modified Files:
	nand_ids.c 
Log Message:
Remove duplicated Samsung NAND 512MiB 3,3V 8-bit device ID.
Correct device ID is defined in large page device section.

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



Index: nand_ids.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand_ids.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nand_ids.c	17 Jan 2005 18:26:27 -0000	1.11
+++ nand_ids.c	16 Feb 2005 09:33:27 -0000	1.12
@@ -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-cvs mailing list