mediatek: filogic: fix fip partition size for Zyxel EX5601-T0
authorPaweł Owoc <[email protected]>
Sat, 6 Sep 2025 18:04:09 +0000 (20:04 +0200)
committerHauke Mehrtens <[email protected]>
Wed, 10 Sep 2025 22:11:30 +0000 (00:11 +0200)
Fix incorrect "fip" partition size.

Signed-off-by: Paweł Owoc <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19968
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-ubootmod.dts

index e5b47905e59ba3a92f1b4325ee97badf44544907..f715a06312ae13a926e0564fce99497335a78ee5 100644 (file)
@@ -75,7 +75,7 @@
 
        partition@380000 {
                label = "fip";
-               reg = <0x380000 0x0200000>;
+               reg = <0x380000 0x01c0000>;
                read-only;
        };