X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2Fpatches-4.4%2F100-find_active_root.patch;h=c997f5b342be17ef5b9ebbfe71fcf6402ad9f3a3;hp=cd5dd02f2e92e66d6cce4e0857757c6657ffa8f5;hb=a656ea0bdb5d3d4a4948457942e84faa5a4f5cfe;hpb=73f774c9601468bcc6be02354e48cc2a42fdb296 diff --git a/target/linux/mvebu/patches-4.4/100-find_active_root.patch b/target/linux/mvebu/patches-4.4/100-find_active_root.patch index cd5dd02f2e..c997f5b342 100644 --- a/target/linux/mvebu/patches-4.4/100-find_active_root.patch +++ b/target/linux/mvebu/patches-4.4/100-find_active_root.patch @@ -22,7 +22,7 @@ Signed-off-by: Imre Kaloz struct device_node *pp; int nr_parts, i, ret = 0; bool dedicated = true; -@@ -102,9 +105,15 @@ static int parse_ofpart_partitions(struc +@@ -110,9 +113,15 @@ static int parse_ofpart_partitions(struc (*pparts)[i].offset = of_read_number(reg, a_cells); (*pparts)[i].size = of_read_number(reg + a_cells, s_cells); @@ -41,7 +41,7 @@ Signed-off-by: Imre Kaloz (*pparts)[i].name = partname; if (of_get_property(pp, "read-only", &len)) -@@ -207,6 +216,18 @@ static int __init ofpart_parser_init(voi +@@ -215,6 +224,18 @@ static int __init ofpart_parser_init(voi return 0; }