ar71xx: remove NO_AUTOINCR flag from the NAND drivers
[openwrt/openwrt.git] / target / linux / ar71xx / files / drivers / mtd / nand / rb4xx_nand.c
index 1cb8f82407d3afa2bba3b28a4dd32dafe643e5c7..3255043133bec22b62b1d68375687f44880b15c4 100644 (file)
@@ -221,7 +221,6 @@ static int __devinit rb4xx_nand_probe(struct platform_device *pdev)
 
        info->chip.chip_delay   = 25;
        info->chip.ecc.mode     = NAND_ECC_SOFT;
-       info->chip.options      |= NAND_NO_AUTOINCR;
 
        platform_set_drvdata(pdev, info);