Răsfoiți Sursa

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 <[email protected]>

SVN-Revision: 42316
John Crispin 11 ani în urmă
părinte
comite
e47fbcbf1d
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      target/linux/lantiq/dts/BTHOMEHUBV2B.dts

+ 2 - 2
target/linux/lantiq/dts/BTHOMEHUBV2B.dts

@@ -81,12 +81,12 @@
 
 
 				partition@4000 {
 				partition@4000 {
 					label = "kernel";
 					label = "kernel";
-					reg = <0x4000 0x160000>;
+					reg = <0x4000 0x200000>;
 				};
 				};
 
 
 				partition@164000 {
 				partition@164000 {
 					label = "ubi";
 					label = "ubi";
-					reg = <0x164000 0x1E9C000>;
+					reg = <0x204000 0x1DFC000>;
 				};
 				};
 
 
 			};
 			};