aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/patches-4.9/102-powerpc-add-cmdline-override.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-05-24 10:08:19 +0200
committerJohn Crispin <john@phrozen.org>2018-05-24 16:03:58 +0200
commit2b7289cd3bb19812d91ae8ee1703eee8dcf2f748 (patch)
tree2e09314fc72f0f1fdf48598d7827ef412f914500 /target/linux/mpc85xx/patches-4.9/102-powerpc-add-cmdline-override.patch
parentfdeba0e0efd5ce60baf1103d99f3c15a803e9ef8 (diff)
downloadupstream-2b7289cd3bb19812d91ae8ee1703eee8dcf2f748.tar.gz
upstream-2b7289cd3bb19812d91ae8ee1703eee8dcf2f748.tar.bz2
upstream-2b7289cd3bb19812d91ae8ee1703eee8dcf2f748.zip
kernel: bump 4.9 to 4.9.102 for 18.06
Refreshed all patches Added new ARM64 symbol: ARM64_ERRATUM_1024718 Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/mpc85xx/patches-4.9/102-powerpc-add-cmdline-override.patch')
-rw-r--r--target/linux/mpc85xx/patches-4.9/102-powerpc-add-cmdline-override.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/patches-4.9/102-powerpc-add-cmdline-override.patch b/target/linux/mpc85xx/patches-4.9/102-powerpc-add-cmdline-override.patch
index c70ac1bb9d..55976c32b1 100644
--- a/target/linux/mpc85xx/patches-4.9/102-powerpc-add-cmdline-override.patch
+++ b/target/linux/mpc85xx/patches-4.9/102-powerpc-add-cmdline-override.patch
@@ -17,7 +17,7 @@
help
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
-@@ -1079,6 +1079,17 @@ int __init early_init_dt_scan_chosen(uns
+@@ -1082,6 +1082,17 @@ int __init early_init_dt_scan_chosen(uns
if (p != NULL && l > 0)
strlcpy(data, p, min((int)l, COMMAND_LINE_SIZE));