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 <noltari@gmail.com>
master
Álvaro Fernández Rojas 2020-06-03 19:06:22 +02:00
parent e8aac7013a
commit 8421ea7de1
1 changed files with 1 additions and 1 deletions

View File

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