aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2023-06-14 23:23:14 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2023-06-15 11:39:12 +0200
commit18a85ecc29d95b72130cda2baa8b15d75691b7ce (patch)
treef53578935830dc771a92206c70f6efc114fb524f /target
parent753be3837f80c63f7db62588feeac76fbe433158 (diff)
downloadupstream-18a85ecc29d95b72130cda2baa8b15d75691b7ce.tar.gz
upstream-18a85ecc29d95b72130cda2baa8b15d75691b7ce.tar.bz2
upstream-18a85ecc29d95b72130cda2baa8b15d75691b7ce.zip
bmips: 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 915e914cfaa243ea36f8c7a4f0f045ec890304fa)
Diffstat (limited to 'target')
-rw-r--r--target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
index 46bb3e8bf6..a335218be0 100644
--- a/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
+++ b/target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts
@@ -222,6 +222,7 @@
compatible = "brcm,wfi";
label = "wfi";
reg = <0x0004000 0x1c7c000>;
+ brcm,cferam = "cfe";
};
partition@1c80000 {