mtd/include/linux/mtd nand.h,1.55,1.56

gleixner at infradead.org gleixner at infradead.org
Fri Jun 4 05:10:32 EDT 2004


Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv29997

Modified Files:
	nand.h 
Log Message:
Keep NAND_ECC_DISKONCHIP. Signed-off-by: Thomas Gleixner <tglx at linutronix.de>

Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- nand.h	4 Jun 2004 08:35:11 -0000	1.55
+++ nand.h	4 Jun 2004 09:10:30 -0000	1.56
@@ -136,8 +136,10 @@
 #define NAND_ECC_HW3_512	3
 /* Hardware ECC 3 byte ECC per 512 Byte data */
 #define NAND_ECC_HW6_512	4
+/* Hardware ECC 6 byte ECC per 512 Byte data DiskOnChip*/
+#define NAND_ECC_DISKONCHIP	5
 /* Hardware ECC 8 byte ECC per 512 Byte data */
-#define NAND_ECC_HW8_512	5
+#define NAND_ECC_HW8_512	6
 
 /*
  * Constants for Hardware ECC





More information about the linux-mtd-cvs mailing list