aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/patches
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-04-17 09:29:26 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-04-17 09:29:26 +0000
commit05ebb23735fa9b88c4515ff2fabab78aa806a312 (patch)
treed367ff2b36cef36e38bcef3cccf59cf841db0ad4 /target/linux/ppc40x/patches
parente72ad044484ba09ce426cbfd9da142ad8e1f1065 (diff)
downloadmaster-187ad058-05ebb23735fa9b88c4515ff2fabab78aa806a312.tar.gz
master-187ad058-05ebb23735fa9b88c4515ff2fabab78aa806a312.tar.bz2
master-187ad058-05ebb23735fa9b88c4515ff2fabab78aa806a312.zip
ppc40x: fix MagicBox partition table
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20951 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/patches')
-rw-r--r--target/linux/ppc40x/patches/004-magicbox.patch8
1 files changed, 4 insertions, 4 deletions
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>;
+ };
+ };
+ };