bcm63xx: vg-8050: fix WFI partition size
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 3 Jun 2020 17:06:22 +0000 (19:06 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 3 Jun 2020 17:06:22 +0000 (19:06 +0200)
Each image can take up to 0x3d60000, which means 128k more per image.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bcm63xx/dts/bcm63169-comtrend-vg-8050.dts

index 01158a37911059e9c3d47a51a6378884bc8778f3..3e3de99441110aef5efdc9f6c48ffb2f3932bccd 100644 (file)
                        partition@20000 {
                                compatible = "brcm,wfi-split";
                                label = "wfi";
-                               reg = <0x0020000 0x7a80000>;
+                               reg = <0x0020000 0x7ac0000>;
                        };
                };
        };