78c94d88d999cc3a59337e32e2ac8315b1643037
[openwrt/svn-archive/archive.git] / target / linux / ppc40x / patches / 001-kilauea_openwrt_flashmap.patch
1 --- a/arch/powerpc/boot/dts/kilauea.dts
2 +++ b/arch/powerpc/boot/dts/kilauea.dts
3 @@ -138,15 +138,15 @@
4 #size-cells = <1>;
5 partition@0 {
6 label = "kernel";
7 - reg = <0 200000>;
8 + reg = <0 1e0000>;
9 };
10 - partition@200000 {
11 - label = "root";
12 - reg = <200000 200000>;
13 + partition@1e0000 {
14 + label = "device-tree";
15 + reg = <1e0000 20000>;
16 };
17 - partition@400000 {
18 - label = "user";
19 - reg = <400000 3b60000>;
20 + partition@200000 {
21 + label = "rootfs";
22 + reg = <200000 3d60000>;
23 };
24 partition@3f60000 {
25 label = "env";