summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/patches/005-openrb.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-04-12 12:21:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-04-12 12:21:15 +0000
commitbc4cd8c850516ab3adfd5b4748d8b3430718fbcf (patch)
treeb70b086650c1f22787de5d8cd6e26fd1cbf2f0f6 /target/linux/ppc40x/patches/005-openrb.patch
parentbd0c2617f15f624a3e22f2e6c75fb3c812a15ae1 (diff)
downloadmaster-31e0f0ae-bc4cd8c850516ab3adfd5b4748d8b3430718fbcf.tar.gz
master-31e0f0ae-bc4cd8c850516ab3adfd5b4748d8b3430718fbcf.tar.bz2
master-31e0f0ae-bc4cd8c850516ab3adfd5b4748d8b3430718fbcf.zip
ppc40x: increase kernel partition size on OpenRB/Magicbox
Cc: backfire@openwrt.org SVN-Revision: 20820
Diffstat (limited to 'target/linux/ppc40x/patches/005-openrb.patch')
-rw-r--r--target/linux/ppc40x/patches/005-openrb.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ppc40x/patches/005-openrb.patch b/target/linux/ppc40x/patches/005-openrb.patch
index b6dff6eba5..46ea6f6e06 100644
--- a/target/linux/ppc40x/patches/005-openrb.patch
+++ b/target/linux/ppc40x/patches/005-openrb.patch
@@ -294,11 +294,11 @@
+ #size-cells = <1>;
+ partition@0 {
+ label = "linux";
-+ reg = <0x0 0x120000>;
++ reg = <0x0 0x140000>;
+ };
+ partition@120000 {
+ label = "rootfs";
-+ reg = <0x120000 0x6a0000>;
++ reg = <0x140000 0x680000>;
+ };
+ partition@7c0000 {
+ label = "u-boot";