[adm5120] fix a typo in the image generation makefile (closes #4624)
[openwrt/svn-archive/archive.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 - label = "root";
12 - reg = <0x180000 0x200000>;
13 + partition@200000 {
14 + label = "rootfs";
15 + reg = <0x200000 0x3c00000>;
16 };
17 - partition@380000 {
18 - label = "user";
19 - reg = <0x380000 0x3bc0000>;
20 + partition@3e00000 {
21 + label = "diagnostics";
22 + reg = <0x3e00000 0x140000>;
23 };
24 partition@3f40000 {
25 label = "env";