summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-3.3/a01-rb1xx-nand-add-NAND_NO_AUTOINCR-flag.patch
blob: 3aa4fa9d40ca39e3c508e97f42001043763c992f (plain)
1
2
3
4
5
6
7
8
9
10
11
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,
 	},
 };