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:
Deng Qingfang 2018-06-21 01:34:51 +08:00 committed by Mathias Kresin
parent 3b11b225b3
commit feb0a0bf22

View file

@ -106,7 +106,7 @@
partition@50000 {
label = "firmware";
reg = <0x50000 0x2000000>;
reg = <0x50000 0x1fb0000>;
};
};
};