add basic support for the AMCC PPC405EX Kilauea evaluation board
[openwrt-10.03/.git] / target / linux / ppc40x / patches / 001-kilauea_openwrt_flashmap.patch
1 diff -Nur linux-2.6.24/arch/powerpc/boot/dts/kilauea.dts linux-2.6.24-owrt/arch/powerpc/boot/dts/kilauea.dts
2 --- linux-2.6.24/arch/powerpc/boot/dts/kilauea.dts      2008-01-29 01:34:30.000000000 +0100
3 +++ linux-2.6.24-owrt/arch/powerpc/boot/dts/kilauea.dts 2008-01-29 01:35:01.000000000 +0100
4 @@ -138,15 +130,15 @@
5                                         #size-cells = <1>;
6                                         partition@0 {
7                                                 label = "kernel";
8 -                                               reg = <0 200000>;
9 +                                               reg = <0 1e0000>;
10                                         };
11 -                                       partition@200000 {
12 -                                               label = "root";
13 -                                               reg = <200000 200000>;
14 +                                       partition@1e0000 {
15 +                                               label = "device-tree";
16 +                                               reg = <1e0000 20000>;
17                                         };
18 -                                       partition@400000 {
19 -                                               label = "user";
20 -                                               reg = <400000 3b60000>;
21 +                                       partition@200000 {
22 +                                               label = "rootfs";
23 +                                               reg = <200000 3d60000>;
24                                         };
25                                         partition@3f60000 {
26                                                 label = "env";