aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-03-14 17:06:15 +0000
committerLuka Perkov <luka@openwrt.org>2016-03-14 17:06:15 +0000
commit3afe741938767856f6ea2091feddc9ab92a65607 (patch)
treef70f3075bd5d9cb9c4afcdd6c42201c30106ede0
parent55036d4e69b9df84c552c7d69c485990789ffa5c (diff)
downloadmaster-187ad058-3afe741938767856f6ea2091feddc9ab92a65607.tar.gz
master-187ad058-3afe741938767856f6ea2091feddc9ab92a65607.tar.bz2
master-187ad058-3afe741938767856f6ea2091feddc9ab92a65607.zip
kirkwood/goflexnet/goflexhome: change mtd layout to use the last 3 mb
Previous the uboot was overwriting the device-tree's mtd layout to use the last 3 mb. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49015 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/kirkwood/patches-3.18/180-goflexhome.patch2
-rw-r--r--target/linux/kirkwood/patches-3.18/181-goflexnet.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/patches-3.18/180-goflexhome.patch b/target/linux/kirkwood/patches-3.18/180-goflexhome.patch
index e30a8b1ee9..95e67b91e2 100644
--- a/target/linux/kirkwood/patches-3.18/180-goflexhome.patch
+++ b/target/linux/kirkwood/patches-3.18/180-goflexhome.patch
@@ -114,7 +114,7 @@ Index: linux-3.18.27/arch/arm/boot/dts/kirkwood-goflexhome.dts
+
+ partition@100000 {
+ label = "ubi";
-+ reg = <0x100000 0xfc00000>;
++ reg = <0x100000 0x0ff00000>;
+ };
+};
+
diff --git a/target/linux/kirkwood/patches-3.18/181-goflexnet.patch b/target/linux/kirkwood/patches-3.18/181-goflexnet.patch
index 9fe62d18d1..fc19e396d5 100644
--- a/target/linux/kirkwood/patches-3.18/181-goflexnet.patch
+++ b/target/linux/kirkwood/patches-3.18/181-goflexnet.patch
@@ -19,7 +19,7 @@ Index: linux-4.4.4/arch/arm/boot/dts/kirkwood-goflexnet.dts
- label = "root";
- reg = <0x02500000 0xd800000>;
+ label = "ubi";
-+ reg = <0x0100000 0xfc00000>;
++ reg = <0x0100000 0x0ff00000>;
};
};