mtd: nand: consolidate redundant flash-based BBT flags
[pandora-kernel.git] / arch / cris / arch-v32 / drivers / mach-fs / nandflash.c
index d5b0cc9..3368177 100644 (file)
@@ -154,7 +154,7 @@ struct mtd_info *__init crisv32_nand_flash_probe(void)
        this->ecc.mode = NAND_ECC_SOFT;
 
        /* Enable the following for a flash based bad block table */
-       /* this->options = NAND_USE_FLASH_BBT; */
+       /* this->bbt_options = NAND_USE_FLASH_BBT; */
 
        /* Scan to find existence of the device */
        if (nand_scan(crisv32_mtd, 1)) {