adm5120: remove NAND_NO_AUTOINCR flag from rb1xx.c
[openwrt/svn-archive/archive.git] / target / linux / adm5120 / patches-3.3 / a01-rb1xx-nand-add-NAND_NO_AUTOINCR-flag.patch
1 reverted:
2 --- b/arch/mips/adm5120/mikrotik/rb-1xx.c
3 +++ a/arch/mips/adm5120/mikrotik/rb-1xx.c
4 @@ -83,6 +83,7 @@
5 .nr_partitions = ARRAY_SIZE(rb1xx_nand_parts),
6 .partitions = rb1xx_nand_parts,
7 .chip_delay = RB1XX_NAND_CHIP_DELAY,
8 + .options = NAND_NO_AUTOINCR,
9 .chip_fixup = rb1xx_nand_fixup,
10 },
11 };