fix typo
[openwrt/openwrt.git] / target / linux / ppc40x / patches-2.6.30 / 110-kilauea_openwrt_flashmap.patch
1 --- a/arch/powerpc/boot/dts/kilauea.dts
2 +++ b/arch/powerpc/boot/dts/kilauea.dts
3 @@ -150,15 +150,15 @@
4 #size-cells = <1>;
5 partition@0 {
6 label = "kernel";
7 - reg = <0x00000000 0x00200000>;
8 + reg = <0x00000000 0x001e0000>;
9 };
10 - partition@200000 {
11 - label = "root";
12 - reg = <0x00200000 0x00200000>;
13 + partition@1e0000 {
14 + label = "device-tree";
15 + reg = <0x001e0000 0x0020000>;
16 };
17 - partition@400000 {
18 - label = "user";
19 - reg = <0x00400000 0x03b60000>;
20 + partition@200000 {
21 + label = "rootfs";
22 + reg = <0x00200000 0x03d60000>;
23 };
24 partition@3f60000 {
25 label = "env";