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
3b11b225b3
commit
feb0a0bf22
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
|
||||
partition@50000 {
|
||||
label = "firmware";
|
||||
reg = <0x50000 0x2000000>;
|
||||
reg = <0x50000 0x1fb0000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue