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:54:42 +0200 |
commit | feb0a0bf22143326b3b3515ab0bb4682194dc75a (patch) | |
tree | 68952e986d8776d858064eaea255ea5188530551 | |
parent | 3b11b225b32883d730a641c5aebef6f018c91649 (diff) | |
download | upstream-feb0a0bf22143326b3b3515ab0bb4682194dc75a.tar.gz upstream-feb0a0bf22143326b3b3515ab0bb4682194dc75a.tar.bz2 upstream-feb0a0bf22143326b3b3515ab0bb4682194dc75a.zip |
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 f5c7c91362..5368b19ea1 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>; }; }; }; |