aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/997-device_tree_cmdline.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-12-15 11:20:38 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-12-15 11:20:38 +0000
commit60312cff17f66cb5080ed3e3944e8afb041cb1d9 (patch)
tree30cc8131a0e993f690e5d6a3a43bd06beac54eee /target/linux/generic/patches-4.4/997-device_tree_cmdline.patch
parent067a43e0fb305945127fb0239cb4e1e540cd16b3 (diff)
downloadmaster-187ad058-60312cff17f66cb5080ed3e3944e8afb041cb1d9.tar.gz
master-187ad058-60312cff17f66cb5080ed3e3944e8afb041cb1d9.tar.bz2
master-187ad058-60312cff17f66cb5080ed3e3944e8afb041cb1d9.zip
generic/4.4: bump to -rc5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47894 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.4/997-device_tree_cmdline.patch')
-rw-r--r--target/linux/generic/patches-4.4/997-device_tree_cmdline.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/997-device_tree_cmdline.patch b/target/linux/generic/patches-4.4/997-device_tree_cmdline.patch
index 2ea41497a9..566648fcc5 100644
--- a/target/linux/generic/patches-4.4/997-device_tree_cmdline.patch
+++ b/target/linux/generic/patches-4.4/997-device_tree_cmdline.patch
@@ -1,6 +1,6 @@
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
-@@ -951,6 +951,9 @@ int __init early_init_dt_scan_chosen(uns
+@@ -956,6 +956,9 @@ int __init early_init_dt_scan_chosen(uns
p = of_get_flat_dt_prop(node, "bootargs", &l);
if (p != NULL && l > 0)
strlcpy(data, p, min((int)l, COMMAND_LINE_SIZE));