Sfoglia il codice sorgente

bcm63xx: vg-8050: fix WFI partition size

Each image can take up to 0x3d60000, which means 128k more per image.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Álvaro Fernández Rojas 5 anni fa
parent
commit
8421ea7de1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      target/linux/bcm63xx/dts/bcm63169-comtrend-vg-8050.dts

+ 1 - 1
target/linux/bcm63xx/dts/bcm63169-comtrend-vg-8050.dts

@@ -187,7 +187,7 @@
 			partition@20000 {
 			partition@20000 {
 				compatible = "brcm,wfi-split";
 				compatible = "brcm,wfi-split";
 				label = "wfi";
 				label = "wfi";
-				reg = <0x0020000 0x7a80000>;
+				reg = <0x0020000 0x7ac0000>;
 			};
 			};
 		};
 		};
 	};
 	};