lantiq: BTHOMEHUBV2B use bigger mtd partition for kernel
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Aug 2014 06:27:41 +0000 (06:27 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 28 Aug 2014 06:27:41 +0000 (06:27 +0000)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42316 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/lantiq/dts/BTHOMEHUBV2B.dts

index d051cd7..9b3180c 100644 (file)
 
                                partition@4000 {
                                        label = "kernel";
-                                       reg = <0x4000 0x160000>;
+                                       reg = <0x4000 0x200000>;
                                };
 
                                partition@164000 {
                                        label = "ubi";
-                                       reg = <0x164000 0x1E9C000>;
+                                       reg = <0x204000 0x1DFC000>;
                                };
 
                        };