From 8421ea7de1d8549198dcaa6f9ec345cd92d2dcbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 3 Jun 2020 19:06:22 +0200 Subject: [PATCH] bcm63xx: vg-8050: fix WFI partition size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Each image can take up to 0x3d60000, which means 128k more per image. Signed-off-by: Álvaro Fernández Rojas --- target/linux/bcm63xx/dts/bcm63169-comtrend-vg-8050.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/bcm63xx/dts/bcm63169-comtrend-vg-8050.dts b/target/linux/bcm63xx/dts/bcm63169-comtrend-vg-8050.dts index 01158a3791..3e3de99441 100644 --- a/target/linux/bcm63xx/dts/bcm63169-comtrend-vg-8050.dts +++ b/target/linux/bcm63xx/dts/bcm63169-comtrend-vg-8050.dts @@ -187,7 +187,7 @@ partition@20000 { compatible = "brcm,wfi-split"; label = "wfi"; - reg = <0x0020000 0x7a80000>; + reg = <0x0020000 0x7ac0000>; }; }; };