From: Álvaro Fernández Rojas Date: Tue, 2 Jun 2020 16:00:10 +0000 (+0200) Subject: bcm63xx: vr-3032u: switch to bcm-wfi-split X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b1d375b744199181e2c131b9098700e99777509d;p=openwrt%2Fstaging%2Fnoltari.git bcm63xx: vr-3032u: switch to bcm-wfi-split Allows to keep a backup firmware in case active firmware is corrupted. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/bcm63xx/dts/bcm63168-comtrend-vr-3032u.dts b/target/linux/bcm63xx/dts/bcm63168-comtrend-vr-3032u.dts index cc96c403b6..af44b66756 100644 --- a/target/linux/bcm63xx/dts/bcm63168-comtrend-vr-3032u.dts +++ b/target/linux/bcm63xx/dts/bcm63168-comtrend-vr-3032u.dts @@ -172,9 +172,9 @@ }; partition@20000 { - compatible = "brcm,wfi"; + compatible = "brcm,wfi-split"; label = "wfi"; - reg = <0x0020000 0x7ee0000>; + reg = <0x0020000 0x7a80000>; }; }; }; diff --git a/target/linux/bcm63xx/image/bcm63xx_nand.mk b/target/linux/bcm63xx/image/bcm63xx_nand.mk index f0441c0f0a..e1aeed66db 100644 --- a/target/linux/bcm63xx/image/bcm63xx_nand.mk +++ b/target/linux/bcm63xx/image/bcm63xx_nand.mk @@ -77,7 +77,7 @@ define Device/comtrend_vr-3032u SUBPAGESIZE := 512 VID_HDR_OFFSET := 2048 DEVICE_PACKAGES += $(USB2_PACKAGES) - CFE_WFI_VERSION := 0x5731 + CFE_WFI_VERSION := 0x5732 CFE_WFI_FLASH_TYPE := 3 endef TARGET_DEVICES += comtrend_vr-3032u