summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.37/104-mtd_m25p80_add_redboot_parser.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-06-29 08:57:36 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-06-29 08:57:36 +0000
commit74a88749f347edf19695a8a05365613db54157e8 (patch)
treec7c13d37e24b04f9707a5a8f3fe12cb8acac6634 /target/linux/ar71xx/patches-2.6.37/104-mtd_m25p80_add_redboot_parser.patch
parent1d5378f58840bd259b21e5c2b3f46b32033ded56 (diff)
downloadmaster-31e0f0ae-74a88749f347edf19695a8a05365613db54157e8.tar.gz
master-31e0f0ae-74a88749f347edf19695a8a05365613db54157e8.tar.bz2
master-31e0f0ae-74a88749f347edf19695a8a05365613db54157e8.zip
ar71xx: remove 2.6.37 support as well
SVN-Revision: 27313
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.37/104-mtd_m25p80_add_redboot_parser.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.37/104-mtd_m25p80_add_redboot_parser.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/ar71xx/patches-2.6.37/104-mtd_m25p80_add_redboot_parser.patch b/target/linux/ar71xx/patches-2.6.37/104-mtd_m25p80_add_redboot_parser.patch
deleted file mode 100644
index bb0ff7d3f8..0000000000
--- a/target/linux/ar71xx/patches-2.6.37/104-mtd_m25p80_add_redboot_parser.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/drivers/mtd/devices/m25p80.c
-+++ b/drivers/mtd/devices/m25p80.c
-@@ -943,6 +943,15 @@ static int __devinit m25p_probe(struct s
- }
- #endif
-
-+#ifdef CONFIG_MTD_REDBOOT_PARTS
-+ if (nr_parts <= 0) {
-+ static const char *part_probes[]
-+ = { "RedBoot", NULL, };
-+
-+ nr_parts = parse_mtd_partitions(&flash->mtd,
-+ part_probes, &parts, 0);
-+ }
-+#endif
- if (nr_parts <= 0 && data && data->parts) {
- parts = data->parts;
- nr_parts = data->nr_parts;