diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-29 10:16:48 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-29 10:16:48 +0000 |
commit | 50841b8f24a56c5f920d58a64e407269954669dc (patch) | |
tree | 63e77e441f1c223e142ab77642fe75976c4b105f /target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch | |
parent | 14cabe8bc00a27d1cc9ac61b93557015abe2d89e (diff) |
[ppc40x]: upgrade to 3.0 (magicbox ata and openrb usb is broken, but the current kernel didn't compile at all, so...)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27826 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch')
-rw-r--r-- | target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch b/target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch index dac3b9efc1..ab44a2d572 100644 --- a/target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch +++ b/target/linux/ppc40x/patches/110-kilauea_openwrt_flashmap.patch @@ -1,6 +1,6 @@ --- a/arch/powerpc/boot/dts/kilauea.dts +++ b/arch/powerpc/boot/dts/kilauea.dts -@@ -93,8 +93,8 @@ +@@ -102,8 +102,8 @@ compatible = "ibm,sdram-405ex", "ibm,sdram-4xx-ddr2"; dcr-reg = <0x010 0x002>; interrupt-parent = <&UIC2>; @@ -11,7 +11,7 @@ }; CRYPTO: crypto@ef700000 { -@@ -148,30 +148,30 @@ +@@ -157,30 +157,30 @@ reg = <0x00000000 0x00000000 0x04000000>; #address-cells = <1>; #size-cells = <1>; @@ -28,14 +28,14 @@ - partition@200000 { - label = "root"; - reg = <0x00200000 0x00200000>; +- }; +- partition@400000 { +- label = "user"; +- reg = <0x00400000 0x03b60000>; + partition2@200000 { + label = "rootfs"; + reg = <0x00200000 0x03d60000>; }; -- partition@400000 { -- label = "user"; -- reg = <0x00400000 0x03b60000>; -- }; - partition@3f60000 { + partition3@3f60000 { label = "env"; |