summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.8/028-mtd-bcm47xxpart-use-old-part-names.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-09-12 22:07:12 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-09-12 22:07:12 +0000
commit0a0257d70e6bbe6fc36c503e7711f40958351a24 (patch)
tree32e6dbec334bd89837ef5dbd3c77e3bd2b709dab /target/linux/brcm47xx/patches-3.8/028-mtd-bcm47xxpart-use-old-part-names.patch
parentb4880b34ef384d5305a2029c4baaf2aa5cc0f6c6 (diff)
downloadmaster-31e0f0ae-0a0257d70e6bbe6fc36c503e7711f40958351a24.tar.gz
master-31e0f0ae-0a0257d70e6bbe6fc36c503e7711f40958351a24.tar.bz2
master-31e0f0ae-0a0257d70e6bbe6fc36c503e7711f40958351a24.zip
brcm47xx: remove support for kernel 3.8
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37959
Diffstat (limited to 'target/linux/brcm47xx/patches-3.8/028-mtd-bcm47xxpart-use-old-part-names.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.8/028-mtd-bcm47xxpart-use-old-part-names.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/brcm47xx/patches-3.8/028-mtd-bcm47xxpart-use-old-part-names.patch b/target/linux/brcm47xx/patches-3.8/028-mtd-bcm47xxpart-use-old-part-names.patch
deleted file mode 100644
index e43bb87283..0000000000
--- a/target/linux/brcm47xx/patches-3.8/028-mtd-bcm47xxpart-use-old-part-names.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/drivers/mtd/bcm47xxpart.c
-+++ b/drivers/mtd/bcm47xxpart.c
-@@ -134,7 +134,7 @@ static int bcm47xxpart_parse(struct mtd_
- trx = (struct trx_header *)buf;
-
- trx_part = curr_part;
-- bcm47xxpart_add_part(&parts[curr_part++], "firmware",
-+ bcm47xxpart_add_part(&parts[curr_part++], "linux",
- offset, 0);
-
- i = 0;
-@@ -147,7 +147,7 @@ static int bcm47xxpart_parse(struct mtd_
- i++;
- }
-
-- bcm47xxpart_add_part(&parts[curr_part++], "linux",
-+ bcm47xxpart_add_part(&parts[curr_part++], "kernel",
- offset + trx->offset[i], 0);
- i++;
-