[OpenWrt-Devel] [PATCH] lantiq: BTHOMEHUBV2B use bigger mtd partition for kernel

Ben Mulvihill ben.mulvihill at gmail.com
Wed Aug 27 02:43:23 EDT 2014


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 at gmail.com>

---
--- a/target/linux/lantiq/dts/BTHOMEHUBV2B.dts	2014-08-27 08:28:48.372326110 +0200
+++ b/target/linux/lantiq/dts/BTHOMEHUBV2B.dts	2014-08-27 01:04:46.230278970 +0200
@@ -81,12 +81,12 @@
 
 				partition at 4000 {
 					label = "kernel";
-					reg = <0x4000 0x160000>;
+					reg = <0x4000 0x200000>;
 				};
 
 				partition at 164000 {
 					label = "ubi";
-					reg = <0x164000 0x1E9C000>;
+					reg = <0x204000 0x1DFC000>;
 				};
 
 			};
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list