2
0
forked from Ivasoft/openwrt

generic/4.4: bump to -rc5

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 47894
This commit is contained in:
Imre Kaloz
2015-12-15 11:20:38 +00:00
parent 513702e658
commit 5705d058eb
6 changed files with 7 additions and 41 deletions

View File

@@ -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));