mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
ramips: fix Newifi D1 mtd partition
Newifi D1 has 32 MiB flash, so the firmware partition size should be 0x1fb0000 Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
parent
0daff7fe23
commit
615186d415
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@
|
|||
|
||||
partition@50000 {
|
||||
label = "firmware";
|
||||
reg = <0x50000 0x2000000>;
|
||||
reg = <0x50000 0x1fb0000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue