forked from mirror/openwrt
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>
This commit is contained in:
parent
97fca42507
commit
6cf5ba9a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
partition@380000 {
|
||||
label = "fip";
|
||||
reg = <0x380000 0x0200000>;
|
||||
reg = <0x380000 0x01c0000>;
|
||||
read-only;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue