aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-3.3/a01-rb1xx-nand-add-NAND_NO_AUTOINCR-flag.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-01 13:15:44 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-01-01 13:15:44 +0000
commitf0520f1714404ebb326ba78a0c731ffbe25a7bc8 (patch)
tree7ec073175f874a3e62590572bdb2ba85578c8689 /target/linux/adm5120/patches-3.3/a01-rb1xx-nand-add-NAND_NO_AUTOINCR-flag.patch
parentb4315df8e18c2a339adf16786ceb69b29f68ae38 (diff)
downloadupstream-f0520f1714404ebb326ba78a0c731ffbe25a7bc8.tar.gz
upstream-f0520f1714404ebb326ba78a0c731ffbe25a7bc8.tar.bz2
upstream-f0520f1714404ebb326ba78a0c731ffbe25a7bc8.zip
adm5120: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34953
Diffstat (limited to 'target/linux/adm5120/patches-3.3/a01-rb1xx-nand-add-NAND_NO_AUTOINCR-flag.patch')
-rw-r--r--target/linux/adm5120/patches-3.3/a01-rb1xx-nand-add-NAND_NO_AUTOINCR-flag.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/adm5120/patches-3.3/a01-rb1xx-nand-add-NAND_NO_AUTOINCR-flag.patch b/target/linux/adm5120/patches-3.3/a01-rb1xx-nand-add-NAND_NO_AUTOINCR-flag.patch
deleted file mode 100644
index 3aa4fa9d40..0000000000
--- a/target/linux/adm5120/patches-3.3/a01-rb1xx-nand-add-NAND_NO_AUTOINCR-flag.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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,
- },
- };