kirkwood: switch to 4.4
[openwrt.git] / target / linux / kirkwood / patches-3.18 / 110-ib62x0.patch
1 --- a/arch/arm/boot/dts/kirkwood-ib62x0.dts
2 +++ b/arch/arm/boot/dts/kirkwood-ib62x0.dts
3 @@ -117,13 +117,13 @@
4         };
5  
6         partition@100000 {
7 -               label = "uImage";
8 -               reg = <0x0100000 0x600000>;
9 +               label = "second stage u-boot";
10 +               reg = <0x100000 0x200000>;
11         };
12  
13 -       partition@700000 {
14 +       partition@200000 {
15                 label = "root";
16 -               reg = <0x0700000 0xf900000>;
17 +               reg = <0x200000 0xfe00000>;
18         };
19  
20  };