mtd: nand: consolidate redundant flash-based BBT flags
[deliverable/linux.git] / arch / arm / mach-davinci / include / mach / nand.h
index 025151049f0517a103c4efb96ee86d465c3fff19..2c506f905cb81b1d80cd506e3efc96039c3d3ced 100644 (file)
@@ -74,8 +74,10 @@ struct davinci_nand_pdata {          /* platform_data */
        nand_ecc_modes_t        ecc_mode;
        u8                      ecc_bits;
 
-       /* e.g. NAND_BUSWIDTH_16 or NAND_USE_FLASH_BBT */
+       /* e.g. NAND_BUSWIDTH_16 */
        unsigned                options;
+       /* e.g. NAND_USE_FLASH_BBT */
+       unsigned                bbt_options;
 
        /* Main and mirror bbt descriptor overrides */
        struct nand_bbt_descr   *bbt_td;
This page took 0.026467 seconds and 5 git commands to generate.