projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ada0452
)
ramips: fix WSR-1166DHP flash layout
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 3 Jan 2015 18:31:17 +0000
(18:31 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 3 Jan 2015 18:31:17 +0000
(18:31 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43818
target/linux/ramips/dts/WSR-1166.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/WSR-1166.dts
b/target/linux/ramips/dts/WSR-1166.dts
index 98c1dccd0584588df73759f8d77e3855e90253f7..de197725a37088431a58381b412cdfd8f8d6b9cf 100644
(file)
--- a/
target/linux/ramips/dts/WSR-1166.dts
+++ b/
target/linux/ramips/dts/WSR-1166.dts
@@
-46,12
+46,22
@@
partition@50000 {
label = "firmware";
- reg = <0x50000 0x
6b
0000>;
+ reg = <0x50000 0x
7c
0000>;
};
- partition@f700000 {
+ partition@810000 {
+ label = "firmware2";
+ reg = <0x810000 0x7c0000>;
+ };
+
+ partition@fd00000 {
label = "usercfg";
- reg = <0x700000 0x100000>;
+ reg = <0xfd0000 0x10000>;
+ };
+
+ partition@fe00000 {
+ label = "board_data";
+ reg = <0xfe0000 0x10000>;
};
};
};