summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-2.6.26/102-mtd_m25p80_add_myloader_parser.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-13 08:56:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-13 08:56:13 +0000
commitf245bc83f209baa8a46207b73e5ef8bbc153161f (patch)
treed93dffd002d46c39c8906faf7bf6e1841ff7d4db /target/linux/ar71xx/patches-2.6.26/102-mtd_m25p80_add_myloader_parser.patch
parenteda8310293b809845455a6a063df740bbd0f9b40 (diff)
downloadmtk-20170518-f245bc83f209baa8a46207b73e5ef8bbc153161f.zip
mtk-20170518-f245bc83f209baa8a46207b73e5ef8bbc153161f.tar.gz
mtk-20170518-f245bc83f209baa8a46207b73e5ef8bbc153161f.tar.bz2
remove 2.6.26 specific stuff
SVN-Revision: 14493
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.26/102-mtd_m25p80_add_myloader_parser.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.26/102-mtd_m25p80_add_myloader_parser.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/ar71xx/patches-2.6.26/102-mtd_m25p80_add_myloader_parser.patch b/target/linux/ar71xx/patches-2.6.26/102-mtd_m25p80_add_myloader_parser.patch
deleted file mode 100644
index 4485d08..0000000
--- a/target/linux/ar71xx/patches-2.6.26/102-mtd_m25p80_add_myloader_parser.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/drivers/mtd/devices/m25p80.c
-+++ b/drivers/mtd/devices/m25p80.c
-@@ -645,12 +645,17 @@ static int __devinit m25p_probe(struct s
- struct mtd_partition *parts = NULL;
- int nr_parts = 0;
-
-+ static const char *part_probes[] = {
- #ifdef CONFIG_MTD_CMDLINE_PARTS
-- static const char *part_probes[] = { "cmdlinepart", NULL, };
-+ "cmdlinepart",
-+#endif
-+#ifdef CONFIG_MTD_MYLOADER_PARTS
-+ "MyLoader",
-+#endif
-+ NULL, };
-
- nr_parts = parse_mtd_partitions(&flash->mtd,
- part_probes, &parts, 0);
--#endif
-
- if (nr_parts <= 0 && data && data->parts) {
- parts = data->parts;