diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-22 21:54:26 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-04-23 13:23:22 +0200 |
commit | a5c62c933b689fd41e8c5ee355a5cbd1c694eaa5 (patch) | |
tree | b8eaded981c908685b27300f3c04606ceb46927a /target/linux/generic | |
parent | ac3b5f00e17de2c7791748f6fa434eb93ee3b66e (diff) | |
download | upstream-a5c62c933b689fd41e8c5ee355a5cbd1c694eaa5.tar.gz upstream-a5c62c933b689fd41e8c5ee355a5cbd1c694eaa5.tar.bz2 upstream-a5c62c933b689fd41e8c5ee355a5cbd1c694eaa5.zip |
kernel: bump 4.9 to 4.9.170
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/pending-4.9/332-arc-add-OWRTDTB-section.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/pending-4.9/332-arc-add-OWRTDTB-section.patch b/target/linux/generic/pending-4.9/332-arc-add-OWRTDTB-section.patch index 4937e11782..ca89f87594 100644 --- a/target/linux/generic/pending-4.9/332-arc-add-OWRTDTB-section.patch +++ b/target/linux/generic/pending-4.9/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 -@@ -436,7 +436,7 @@ ignore_uboot_args: +@@ -444,7 +444,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"); } -@@ -452,6 +452,8 @@ ignore_uboot_args: +@@ -460,6 +460,8 @@ ignore_uboot_args: } } |