summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas2023-06-14 21:27:29 +0000
committerÁlvaro Fernández Rojas2023-06-15 10:01:32 +0000
commiteb8cae5391ceee679140a3d8d9abbdc47d0d6461 (patch)
tree6a21d9c61bcc008b0007b3d45521313c3a0d8f63
parent39c00a9bdd2c2ac3f3c1840c763ce23d3e135b49 (diff)
downloadopenwrt-eb8cae5391ceee679140a3d8d9abbdc47d0d6461.tar.gz
bcm63xx: fix NETGEAR DGND3700v2 boot loop
The DGND3700v2 renames the cferam bootloader from cferam to cfeXXX, where XXX is the number of firmware upgrades performed by the bootloader. Other bcm63xx devices rename cferam.000 to cferam.XXX, but this device is special because the cferam name isn't changed on the first firmware flashing but it's changed on the subsequent ones. Therefore, we need to look for "cfe" instead of "cferam" to properly detect the cferam partition and fix the bootlop. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit cdfcac6e246de9f237d1425e498db3f34ddebbaf)
-rw-r--r--target/linux/bcm63xx/dts/bcm6362-netgear-dgnd3700-v2.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm63xx/dts/bcm6362-netgear-dgnd3700-v2.dts b/target/linux/bcm63xx/dts/bcm6362-netgear-dgnd3700-v2.dts
index 50133265f7..4bef5908e0 100644
--- a/target/linux/bcm63xx/dts/bcm6362-netgear-dgnd3700-v2.dts
+++ b/target/linux/bcm63xx/dts/bcm6362-netgear-dgnd3700-v2.dts
@@ -167,6 +167,7 @@
compatible = "brcm,wfi";
label = "wfi";
reg = <0x0004000 0x1c7c000>;
+ brcm,cferam = "cfe";
};
partition@1c80000 {