kirkwood: switch to 3.14
[openwrt.git] / target / linux / kirkwood / patches-3.10 / 130-iconnect.patch
1 --- a/arch/arm/boot/dts/kirkwood-iconnect.dts
2 +++ b/arch/arm/boot/dts/kirkwood-iconnect.dts
3 @@ -85,28 +85,23 @@
4                         status = "okay";
5  
6                         partition@0 {
7 -                               label = "uboot";
8 -                               reg = <0x0000000 0xc0000>;
9 +                               label = "u-boot";
10 +                               reg = <0x0000000 0xe0000>;
11                         };
12  
13 -                       partition@a0000 {
14 -                               label = "env";
15 -                               reg = <0xa0000 0x20000>;
16 +                       partition@e0000 {
17 +                               label = "u-boot environment";
18 +                               reg = <0xe0000 0x100000>;
19                         };
20  
21                         partition@100000 {
22 -                               label = "zImage";
23 -                               reg = <0x100000 0x300000>;
24 +                               label = "second stage u-boot";
25 +                               reg = <0x100000 0x200000>;
26                         };
27  
28 -                       partition@540000 {
29 -                               label = "initrd";
30 -                               reg = <0x540000 0x300000>;
31 -                       };
32 -
33 -                       partition@980000 {
34 -                               label = "boot";
35 -                               reg = <0x980000 0x1f400000>;
36 +                       partition@200000 {
37 +                               label = "root";
38 +                               reg = <0x200000 0x1fe00000>;
39                         };
40                 };
41