bmips: fix NETGEAR DGND3700v2 boot loop
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 14 Jun 2023 21:23:14 +0000 (23:23 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Wed, 14 Jun 2023 21:23:14 +0000 (23:23 +0200)
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>
target/linux/bmips/dts/bcm6362-netgear-dgnd3700-v2.dts

index 46bb3e8bf651f99822a93d286b9d77e86d236e49..a335218be07d3ddd16fd7bbcb1960db797f24a6a 100644 (file)
                                compatible = "brcm,wfi";
                                label = "wfi";
                                reg = <0x0004000 0x1c7c000>;
+                               brcm,cferam = "cfe";
                        };
 
                        partition@1c80000 {