X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/89d58c318982ccae1f5acef8af73eca3f65e84ab..87ae2b32716dc915b69561b0eac7c875d2c83f49:/target/linux/ppc40x/patches/004-magicbox.patch 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>; + }; + }; + };