summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-08-28 06:27:41 +0000
committerJohn Crispin <john@openwrt.org>2014-08-28 06:27:41 +0000
commite47fbcbf1d7e64225a09a2c0e7fd5d5f6d06271c (patch)
treea255cd0db57ab5a50ca37c65d6571d01c9c37fdd /target/linux/lantiq
parent24a6617585c611bdca7cfe4b5ac0ecefd7263aab (diff)
downloadmaster-31e0f0ae-e47fbcbf1d7e64225a09a2c0e7fd5d5f6d06271c.tar.gz
master-31e0f0ae-e47fbcbf1d7e64225a09a2c0e7fd5d5f6d06271c.tar.bz2
master-31e0f0ae-e47fbcbf1d7e64225a09a2c0e7fd5d5f6d06271c.zip
lantiq: BTHOMEHUBV2B use bigger mtd partition for kernel
The bb-rc3 image for the BTHOMEHUBV2B is too big for its mtd partition. This patch corrects the partition sizes in the device tree. This patch should really go in before bb-final, otherwise the BTHOMEHUBV2B images won't be useable. I do apologise for not spotting this straight away. Many thanks, Ben Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 42316
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/dts/BTHOMEHUBV2B.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/BTHOMEHUBV2B.dts b/target/linux/lantiq/dts/BTHOMEHUBV2B.dts
index d051cd70d8..9b3180c39a 100644
--- a/target/linux/lantiq/dts/BTHOMEHUBV2B.dts
+++ b/target/linux/lantiq/dts/BTHOMEHUBV2B.dts
@@ -81,12 +81,12 @@
partition@4000 {
label = "kernel";
- reg = <0x4000 0x160000>;
+ reg = <0x4000 0x200000>;
};
partition@164000 {
label = "ubi";
- reg = <0x164000 0x1E9C000>;
+ reg = <0x204000 0x1DFC000>;
};
};