bcm63xx: vr-3032u: fix WFI partition size
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 3 Jun 2020 17:03:42 +0000 (19:03 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 3 Jun 2020 17:03:42 +0000 (19:03 +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/bcm63168-comtrend-vr-3032u.dts

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