diff options
| author | Paweł Owoc | 2025-09-06 18:04:09 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-10 22:11:30 +0000 |
| commit | 6cf5ba9a7d7eb581a6bbe2bacef5d7b3c1f93899 (patch) | |
| tree | 3ea658f3cb91e354562d9c5db7c751d3c1e32bb8 | |
| parent | 97fca425073b79c8ebf64d40ea29bda2dbbcec78 (diff) | |
| download | openwrt-6cf5ba9a7d7eb581a6bbe2bacef5d7b3c1f93899.tar.gz | |
mediatek: filogic: fix fip partition size for Zyxel EX5601-T0
Fix incorrect "fip" partition size.
Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19968
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-ubootmod.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-ubootmod.dts b/target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-ubootmod.dts index e5b47905e5..f715a06312 100644 --- a/target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-ubootmod.dts +++ b/target/linux/mediatek/dts/mt7986a-zyxel-ex5601-t0-ubootmod.dts @@ -75,7 +75,7 @@ partition@380000 { label = "fip"; - reg = <0x380000 0x0200000>; + reg = <0x380000 0x01c0000>; read-only; }; |