diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-01-29 00:58:46 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-01-29 00:58:46 +0000 |
commit | 2f2ae0205c3377c77e9b213e6e53565557539b2b (patch) | |
tree | f1cbed37b6d8938056e3ba64f1607e8b9aaf977a /target/linux/ppc40x/patches | |
parent | 36984a4cb5c3de368a4af36ea9ab890e77fd4415 (diff) | |
download | upstream-2f2ae0205c3377c77e9b213e6e53565557539b2b.tar.gz upstream-2f2ae0205c3377c77e9b213e6e53565557539b2b.tar.bz2 upstream-2f2ae0205c3377c77e9b213e6e53565557539b2b.zip |
add basic support for the AMCC PPC405EX Kilauea evaluation board
SVN-Revision: 10303
Diffstat (limited to 'target/linux/ppc40x/patches')
-rw-r--r-- | target/linux/ppc40x/patches/001-kilauea_openwrt_flashmap.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/ppc40x/patches/001-kilauea_openwrt_flashmap.patch b/target/linux/ppc40x/patches/001-kilauea_openwrt_flashmap.patch new file mode 100644 index 0000000000..7c93bb97df --- /dev/null +++ b/target/linux/ppc40x/patches/001-kilauea_openwrt_flashmap.patch @@ -0,0 +1,26 @@ +diff -Nur linux-2.6.24/arch/powerpc/boot/dts/kilauea.dts linux-2.6.24-owrt/arch/powerpc/boot/dts/kilauea.dts +--- linux-2.6.24/arch/powerpc/boot/dts/kilauea.dts 2008-01-29 01:34:30.000000000 +0100 ++++ linux-2.6.24-owrt/arch/powerpc/boot/dts/kilauea.dts 2008-01-29 01:35:01.000000000 +0100 +@@ -138,15 +130,15 @@ + #size-cells = <1>; + partition@0 { + label = "kernel"; +- reg = <0 200000>; ++ reg = <0 1e0000>; + }; +- partition@200000 { +- label = "root"; +- reg = <200000 200000>; ++ partition@1e0000 { ++ label = "device-tree"; ++ reg = <1e0000 20000>; + }; +- partition@400000 { +- label = "user"; +- reg = <400000 3b60000>; ++ partition@200000 { ++ label = "rootfs"; ++ reg = <200000 3d60000>; + }; + partition@3f60000 { + label = "env"; |