aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-03-15 00:42:41 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-03-15 00:42:41 +0100
commitbf4aa52dbf9f4ecb4e48f815e30357976605a12a (patch)
treefa2accb7f67fc9a7cea76503138b4432f7791842 /target/linux/kirkwood
parent4943afd7818f56053231a5a7ae90e55da44f1f08 (diff)
downloadupstream-bf4aa52dbf9f4ecb4e48f815e30357976605a12a.tar.gz
upstream-bf4aa52dbf9f4ecb4e48f815e30357976605a12a.tar.bz2
upstream-bf4aa52dbf9f4ecb4e48f815e30357976605a12a.zip
kernel: make mtd patches apply again
This makes some of the mtd patches apply again after some generic patches were changed. These problems where found by build bot. Fixes: ac9bcefa3b044 ("kernel: use V10 of mtd patchset adding support for "compatible" string") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/patches-4.9/202-linksys-find-active-root.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/kirkwood/patches-4.9/202-linksys-find-active-root.patch b/target/linux/kirkwood/patches-4.9/202-linksys-find-active-root.patch
index cb705e60c0..f4156be4d1 100644
--- a/target/linux/kirkwood/patches-4.9/202-linksys-find-active-root.patch
+++ b/target/linux/kirkwood/patches-4.9/202-linksys-find-active-root.patch
@@ -11,10 +11,10 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
+static int mangled_rootblock;
+
- static int parse_ofpart_partitions(struct mtd_info *master,
- const struct mtd_partition **pparts,
- struct mtd_part_parser_data *data)
-@@ -32,6 +34,7 @@ static int parse_ofpart_partitions(struc
+ static int parse_fixed_partitions(struct mtd_info *master,
+ const struct mtd_partition **pparts,
+ struct mtd_part_parser_data *data)
+@@ -32,6 +34,7 @@ static int parse_fixed_partitions(struct
struct mtd_partition *parts;
struct device_node *mtd_node;
struct device_node *ofpart_node;
@@ -22,7 +22,7 @@ Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
const char *partname;
struct device_node *pp;
int nr_parts, i, ret = 0;
-@@ -110,9 +113,15 @@ static int parse_ofpart_partitions(struc
+@@ -110,9 +113,15 @@ static int parse_fixed_partitions(struct
parts[i].size = of_read_number(reg + a_cells, s_cells);
parts[i].of_node = pp;