kernel: bump 4.9 to 4.9.170
[openwrt/staging/stintel.git] / target / linux / generic / pending-4.9 / 332-arc-add-OWRTDTB-section.patch
index 4937e11782f50af99bc4003c6b61f3d99583dc7a..ca89f875946b0c1cbfe58ecccf3664ee00eb6f81 100644 (file)
@@ -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:
        }
  }