diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-22 21:54:59 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-23 13:23:22 +0200 |
commit | 3103bd54c5707192c0b0b58bcdac14514887eaad (patch) | |
tree | bfc3d6c2957f45032b76eeda39315f1e43b0dcb3 /target/linux/generic | |
parent | a5c62c933b689fd41e8c5ee355a5cbd1c694eaa5 (diff) | |
download | upstream-3103bd54c5707192c0b0b58bcdac14514887eaad.tar.gz upstream-3103bd54c5707192c0b0b58bcdac14514887eaad.tar.bz2 upstream-3103bd54c5707192c0b0b58bcdac14514887eaad.zip |
kernel: bump 4.14 to 4.14.113
Refreshed all patches.
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/pending-4.14/332-arc-add-OWRTDTB-section.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/pending-4.14/332-arc-add-OWRTDTB-section.patch b/target/linux/generic/pending-4.14/332-arc-add-OWRTDTB-section.patch index 414dbbc0c1..b2059b90ce 100644 --- a/target/linux/generic/pending-4.14/332-arc-add-OWRTDTB-section.patch +++ b/target/linux/generic/pending-4.14/332-arc-add-OWRTDTB-section.patch @@ -38,7 +38,7 @@ Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> ;---------------------------------------------------------------- --- a/arch/arc/kernel/setup.c +++ b/arch/arc/kernel/setup.c -@@ -469,7 +469,7 @@ ignore_uboot_args: +@@ -477,7 +477,7 @@ ignore_uboot_args: #endif if (use_embedded_dtb) { @@ -47,7 +47,7 @@ Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> if (!machine_desc) panic("Embedded DT invalid\n"); } -@@ -485,6 +485,8 @@ ignore_uboot_args: +@@ -493,6 +493,8 @@ ignore_uboot_args: } } |