Merge branch 'fix/hda' into for-linus
[sfrench/cifs-2.6.git] / arch / arm / plat-mxc / include / mach / mxc_nand.h
index 2b972df22d122f62f2597b8fd7656b741ead746b..5d2d21d414e0e71716ab8878a14548010faff253 100644 (file)
@@ -22,6 +22,7 @@
 
 struct mxc_nand_platform_data {
        int width;      /* data bus width in bytes */
-       int hw_ecc;     /* 0 if supress hardware ECC */
+       int hw_ecc:1;   /* 0 if supress hardware ECC */
+       int flash_bbt:1; /* set to 1 to use a flash based bbt */
 };
 #endif /* __ASM_ARCH_NAND_H */