diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-03 18:13:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-03 18:13:25 +0000 |
commit | fc7fb29bae314f0bb1a80fec1484c08b05dea50d (patch) | |
tree | 146cf383fc6aaa72be17375b05149958bf97e377 /target/linux/ar71xx/patches-2.6.39 | |
parent | 9cc28d5aa07cf6111293bda0f5fd6acd66bde2d4 (diff) | |
download | upstream-fc7fb29bae314f0bb1a80fec1484c08b05dea50d.tar.gz upstream-fc7fb29bae314f0bb1a80fec1484c08b05dea50d.tar.bz2 upstream-fc7fb29bae314f0bb1a80fec1484c08b05dea50d.zip |
ar71xx: run the RedBoot parser only on the RedBoot based boards
SVN-Revision: 29414
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.39')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.39/104-mtd_m25p80_add_redboot_parser.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/ar71xx/patches-2.6.39/104-mtd_m25p80_add_redboot_parser.patch b/target/linux/ar71xx/patches-2.6.39/104-mtd_m25p80_add_redboot_parser.patch deleted file mode 100644 index d9139237a0..0000000000 --- a/target/linux/ar71xx/patches-2.6.39/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 -@@ -972,6 +972,15 @@ static int __devinit m25p_probe(struct s - nr_parts = parse_mtd_partitions(&flash->mtd, - data->part_probes, &parts, 0); - -+#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; |