mtd/include/linux/mtd nand.h,1.70,1.71
gleixner at infradead.org
gleixner at infradead.org
Wed Feb 9 07:13:02 EST 2005
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv27161
Modified Files:
nand.h
Log Message:
Add an option to skip bad block table scan
Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- nand.h 24 Jan 2005 03:07:42 -0000 1.70
+++ nand.h 9 Feb 2005 12:12:59 -0000 1.71
@@ -223,7 +223,8 @@
* This can only work if we have the ecc bytes directly behind the
* data bytes. Applies for DOC and AG-AND Renesas HW Reed Solomon generators */
#define NAND_HWECC_SYNDROME 0x00020000
-
+/* This option skips the bbt scan during initialization. */
+#define NAND_SKIP_BBTSCAN 0x00040000
/* Options set by nand scan */
/* Nand scan has allocated oob_buf */
More information about the linux-mtd-cvs
mailing list