diff options
author | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2018-06-21 01:34:51 +0800 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-06-21 06:55:10 +0200 |
commit | 615186d415054836363644d0cf2c437dd47a7abe (patch) | |
tree | 7a18c0edc5e3c70c947eab822e3dcfb7422cecd1 | |
parent | 0daff7fe23db7dd437fecc36bb2acd62f1eb77ba (diff) | |
download | mtk-20170518-615186d415054836363644d0cf2c437dd47a7abe.zip mtk-20170518-615186d415054836363644d0cf2c437dd47a7abe.tar.gz mtk-20170518-615186d415054836363644d0cf2c437dd47a7abe.tar.bz2 |
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>
-rw-r--r-- | target/linux/ramips/dts/Newifi-D1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/Newifi-D1.dts b/target/linux/ramips/dts/Newifi-D1.dts index f5c7c91..5368b19 100644 --- a/target/linux/ramips/dts/Newifi-D1.dts +++ b/target/linux/ramips/dts/Newifi-D1.dts @@ -106,7 +106,7 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0x2000000>; + reg = <0x50000 0x1fb0000>; }; }; }; |