projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b11b22
)
ramips: fix Newifi D1 mtd partition
author
Deng Qingfang
<dengqf6@mail2.sysu.edu.cn>
Wed, 20 Jun 2018 17:34:51 +0000
(
01:34
+0800)
committer
Mathias Kresin
<dev@kresin.me>
Thu, 21 Jun 2018 04:54:42 +0000
(06:54 +0200)
Newifi D1 has 32 MiB flash, so the firmware partition size should be 0x1fb0000
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
target/linux/ramips/dts/Newifi-D1.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/Newifi-D1.dts
b/target/linux/ramips/dts/Newifi-D1.dts
index f5c7c913629826f95c615574411147fda8017871..5368b19ea1593068b7365b4c8e56724f159c6442 100644
(file)
--- 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 0x
200
0000>;
+ reg = <0x50000 0x
1fb
0000>;
};
};
};