aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-04-22 21:18:27 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-04-23 13:22:31 +0200
commitd27c2452161356d66500a2b96057d2f99a013097 (patch)
treea6f6ebb3a5e72dbf17904ddf65967320b2a087c7 /target/linux/generic
parentf00a4ae6e0b1f7b3d84e11e8dc4dd562088584e0 (diff)
downloadupstream-d27c2452161356d66500a2b96057d2f99a013097.tar.gz
upstream-d27c2452161356d66500a2b96057d2f99a013097.tar.bz2
upstream-d27c2452161356d66500a2b96057d2f99a013097.zip
kernel: bump 4.9 to 4.9.170
Refreshed all patches. Compile-tested on: ar7 Runtime-tested on: none 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.patch4
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:
}
}