summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2018-06-21 01:34:51 +0800
committerMathias Kresin <dev@kresin.me>2018-06-21 06:55:10 +0200
commit615186d415054836363644d0cf2c437dd47a7abe (patch)
tree7a18c0edc5e3c70c947eab822e3dcfb7422cecd1 /target
parent0daff7fe23db7dd437fecc36bb2acd62f1eb77ba (diff)
downloadopenwrt-615186d415054836363644d0cf2c437dd47a7abe.tar.gz
openwrt-615186d415054836363644d0cf2c437dd47a7abe.tar.bz2
openwrt-615186d415054836363644d0cf2c437dd47a7abe.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>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/Newifi-D1.dts2
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>;
};
};
};