Further fix to 2.6.26 patch for USR8200
[openwrt.git] / target / linux / ppc44x / patches / 001-taishan_openwrt_flashmap.patch
1 --- a/arch/powerpc/boot/dts/taishan.dts
2 +++ b/arch/powerpc/boot/dts/taishan.dts
3 @@ -195,15 +195,15 @@
4 #size-cells = <1>;
5 partition@0 {
6 label = "kernel";
7 - reg = <0x0 0x180000>;
8 + reg = <0x0 0x200000>;
9 };
10 - partition@180000 {
11 + partition@200000 {
12 label = "root";
13 - reg = <0x180000 0x200000>;
14 + reg = <0x200000 0x3c00000>;
15 };
16 - partition@380000 {
17 - label = "user";
18 - reg = <0x380000 0x3bc0000>;
19 + partition@3e00000 {
20 + label = "diagnostics";
21 + reg = <0x3e00000 0x140000>;
22 };
23 partition@3f40000 {
24 label = "env";
This page took 0.046022 seconds and 5 git commands to generate.