From: juhosg Date: Sat, 17 Apr 2010 09:38:19 +0000 (+0000) Subject: backfire: ppc40x: fix MagicBox partition table (backport of r20951) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=3d0fd2452193e2dadf7341360662bef5bc906be2;hp=46990e4e4c102b4f7291bfd2a67783b379d0ad9a backfire: ppc40x: fix MagicBox partition table (backport of r20951) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20953 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ppc40x/patches/004-magicbox.patch b/target/linux/ppc40x/patches/004-magicbox.patch index 279742421..78653afff 100644 --- a/target/linux/ppc40x/patches/004-magicbox.patch +++ b/target/linux/ppc40x/patches/004-magicbox.patch @@ -330,16 +330,16 @@ + }; + partition1@120000 { + label = "rootfs"; -+ reg = <0x140000 0x680000>; ++ reg = <0x140000 0x280000>; + }; -+ partition2@7c0000 { ++ partition2@3c0000 { + label = "u-boot"; -+ reg = <0x7c0000 0x30000>; ++ reg = <0x3c0000 0x30000>; + read-only; + }; + partition3@0 { + label = "firmware"; -+ reg = <0x0 0x7c0000>; ++ reg = <0x0 0x3c0000>; + }; + }; + };