ar71xx: remove NO_AUTOINCR flag from the NAND drivers
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-3.3 / a04-rb750_nand-add-NO_AUTOINCR-flag.patch
1 reverted:
2 --- a/drivers/mtd/nand/rb750_nand.c
3 +++ b/drivers/mtd/nand/rb750_nand.c
4 @@ -289,6 +289,7 @@ static int __devinit rb750_nand_probe(st
5
6 info->chip.chip_delay = 25;
7 info->chip.ecc.mode = NAND_ECC_SOFT;
8 + info->chip.options |= NAND_NO_AUTOINCR;
9
10 info->pdata = pdata;
11