kirkwood: switch to kernel 4.9
[openwrt/staging/dedeckeh.git] / target / linux / kirkwood / patches-4.9 / 100-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 - label = "root";
15 - reg = <0x0700000 0xf900000>;
16 + partition@200000 {
17 + label = "ubi";
18 + reg = <0x200000 0xfe00000>;
19 };
20
21 };