From: Gabor Juhos <juhosg@openwrt.org>
Date: Sat, 17 Apr 2010 09:29:26 +0000 (+0000)
Subject: ppc40x: fix MagicBox partition table
X-Git-Tag: reboot~20178
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2231b9d7611749fba56ae462aff201f7f0c7aa8c;p=openwrt%2Fstaging%2Fchunkeey.git

ppc40x: fix MagicBox partition table

SVN-Revision: 20951
---

diff --git a/target/linux/ppc40x/patches/004-magicbox.patch b/target/linux/ppc40x/patches/004-magicbox.patch
index 2797424211..78653afff9 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>;
 +				};
 +			};
 +		};