mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
bcm63xx: vr-3032u: 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>
This commit is contained in:
parent
6c7cbf1420
commit
e8aac7013a
@ -174,7 +174,7 @@
|
|||||||
partition@20000 {
|
partition@20000 {
|
||||||
compatible = "brcm,wfi-split";
|
compatible = "brcm,wfi-split";
|
||||||
label = "wfi";
|
label = "wfi";
|
||||||
reg = <0x0020000 0x7a80000>;
|
reg = <0x0020000 0x7ac0000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user