ar71xx: add user-space support for UniFi AP Pro
[openwrt.git] / target / linux / ar71xx / patches-3.3 / a03-rb4xx_nand-add-NO_AUTOINCR-flag.patch
1 reverted:
2 --- a/drivers/mtd/nand/rb4xx_nand.c
3 +++ b/drivers/mtd/nand/rb4xx_nand.c
4 @@ -218,6 +218,7 @@ static int __devinit rb4xx_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         platform_set_drvdata(pdev, info);
11