diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-02-16 21:31:23 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-02-16 21:31:23 +0000 |
commit | 4af507c9b0d0837a2c044c5c5d932e4e3a12dc03 (patch) | |
tree | 8cb0588410d8b6b0403673079b30a0f593a4bd57 /target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch | |
parent | 463dda6daf9b05cc048861e04ea7e41fe337fab8 (diff) | |
download | mtk-20170518-4af507c9b0d0837a2c044c5c5d932e4e3a12dc03.zip mtk-20170518-4af507c9b0d0837a2c044c5c5d932e4e3a12dc03.tar.gz mtk-20170518-4af507c9b0d0837a2c044c5c5d932e4e3a12dc03.tar.bz2 |
upgrade to 2.6.32.8
SVN-Revision: 19673
Diffstat (limited to 'target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch')
-rw-r--r-- | target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch b/target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch index 3244e2c..5e5cc52 100644 --- a/target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch +++ b/target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch @@ -1,23 +1,15 @@ --- a/arch/powerpc/boot/dts/kilauea.dts +++ b/arch/powerpc/boot/dts/kilauea.dts -@@ -150,15 +150,15 @@ - #size-cells = <1>; - partition@0 { - label = "kernel"; -- reg = <0x00000000 0x00200000>; -+ reg = <0x00000000 0x001e0000>; +@@ -157,12 +157,8 @@ + reg = <0x001e0000 0x00020000>; }; -- partition@200000 { + partition@200000 { - label = "root"; - reg = <0x00200000 0x00200000>; -+ partition@1e0000 { -+ label = "device-tree"; -+ reg = <0x001e0000 0x0020000>; - }; +- }; - partition@400000 { - label = "user"; - reg = <0x00400000 0x03b60000>; -+ partition@200000 { + label = "rootfs"; + reg = <0x00200000 0x03d60000>; }; |