ar71xx: remove NO_AUTOINCR flag from the NAND drivers
[openwrt/openwrt.git] / target / linux / ar71xx / files / drivers / mtd / nand / rb750_nand.c
index 251e1822088bf5f93e54d147221816f6da05af00..9a0eadb93d291e5ae33b5061c47dcbfba236a854 100644 (file)
@@ -289,7 +289,6 @@ static int __devinit rb750_nand_probe(struct platform_device *pdev)
 
        info->chip.chip_delay   = 25;
        info->chip.ecc.mode     = NAND_ECC_SOFT;
-       info->chip.options      |= NAND_NO_AUTOINCR;
 
        info->pdata = pdata;