openwrt/target/linux/adm5120/patches-3.3/a01-rb1xx-nand-add-NAND_NO_...

12 lines
313 B
Diff
Raw Normal View History

reverted:
--- b/arch/mips/adm5120/mikrotik/rb-1xx.c
+++ a/arch/mips/adm5120/mikrotik/rb-1xx.c
@@ -83,6 +83,7 @@
.nr_partitions = ARRAY_SIZE(rb1xx_nand_parts),
.partitions = rb1xx_nand_parts,
.chip_delay = RB1XX_NAND_CHIP_DELAY,
+ .options = NAND_NO_AUTOINCR,
.chip_fixup = rb1xx_nand_fixup,
},
};