mtd/include/linux/mtd nand.h,1.54,1.55
gleixner at infradead.org
gleixner at infradead.org
Fri Jun 4 04:35:14 EDT 2004
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv29848
Modified Files:
nand.h
Log Message:
Add bbt check option for second page. 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.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- nand.h 4 Jun 2004 08:19:30 -0000 1.54
+++ nand.h 4 Jun 2004 08:35:11 -0000 1.55
@@ -416,6 +416,8 @@
#define NAND_BBT_WRITE 0x00001000
/* Read and write back block contents when writing bbt */
#define NAND_BBT_SAVECONTENT 0x00002000
+/* Search good / bad pattern on the first and the second page */
+#define NAND_BBT_SCAN2NDPAGE 0x00004000
/* The maximum number of blocks to scan for a bbt */
#define NAND_BBT_SCAN_MAXBLOCKS 4
More information about the linux-mtd-cvs
mailing list