diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2017-06-26 11:22:11 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-06-27 07:21:03 +0200 |
commit | 69649a1b45ee0ab7ab3de350dc75f89d867c174c (patch) | |
tree | 440a7951d9d3f646940c91d9066ac92f146f6637 /target/linux/lantiq/patches-4.9/0101-find_active_root.patch | |
parent | d18f76f762c0ce128f551735536f3cb996ebcacd (diff) | |
download | mtk-20170518-69649a1b45ee0ab7ab3de350dc75f89d867c174c.zip mtk-20170518-69649a1b45ee0ab7ab3de350dc75f89d867c174c.tar.gz mtk-20170518-69649a1b45ee0ab7ab3de350dc75f89d867c174c.tar.bz2 |
kernel: update kernel 4.9 to 4.9.34
- Refreshed all patches
- Adapted 1 (0031-mtd-add-SMEM-parser-for-QCOM-platforms.patch)
Compile tested on: brcm2708, cns3xxx, imx6
Run tested on: brcm2708, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
[Compile and run tested on brcm2708]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/lantiq/patches-4.9/0101-find_active_root.patch')
-rw-r--r-- | target/linux/lantiq/patches-4.9/0101-find_active_root.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches-4.9/0101-find_active_root.patch b/target/linux/lantiq/patches-4.9/0101-find_active_root.patch index 2faec34..7232ffa 100644 --- a/target/linux/lantiq/patches-4.9/0101-find_active_root.patch +++ b/target/linux/lantiq/patches-4.9/0101-find_active_root.patch @@ -60,7 +60,7 @@ return -ENOMEM; i = 0; -@@ -120,12 +155,22 @@ static int parse_ofpart_partitions(struc +@@ -121,12 +156,22 @@ static int parse_ofpart_partitions(struc if (of_get_property(pp, "lock", &len)) parts[i].mask_flags |= MTD_POWERUP_LOCK; @@ -83,7 +83,7 @@ *pparts = parts; return nr_parts; -@@ -136,6 +181,7 @@ ofpart_fail: +@@ -137,6 +182,7 @@ ofpart_fail: ofpart_none: of_node_put(pp); kfree(parts); |