mtd: nand: consolidate redundant flash-based BBT flags
[pandora-kernel.git] / drivers / mtd / nand / plat_nand.c
index 633c04b..ccdb16e 100644 (file)
@@ -79,6 +79,7 @@ static int __devinit plat_nand_probe(struct platform_device *pdev)
        data->chip.read_buf = pdata->ctrl.read_buf;
        data->chip.chip_delay = pdata->chip.chip_delay;
        data->chip.options |= pdata->chip.options;
+       data->chip.bbt_options |= pdata->chip.bbt_options;
 
        data->chip.ecc.hwctl = pdata->ctrl.hwcontrol;
        data->chip.ecc.layout = pdata->chip.ecclayout;