projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4141907
)
ramips: fix WSR-1166 partition table
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 22 Feb 2016 08:54:32 +0000
(08:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 22 Feb 2016 08:54:32 +0000
(08:54 +0000)
- Fix typo in board_data partition start address
- Increase board_data partition size in order to exploit all flash size
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
SVN-Revision: 48751
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 d1e3ef90f33d50fb1d23fd55108abdf6ba5c5963..9743cee652ac7aaf10516b7954788c76d0777b52 100644
(file)
--- a/
target/linux/ramips/dts/WSR-1166.dts
+++ b/
target/linux/ramips/dts/WSR-1166.dts
@@
-50,9
+50,9
@@
reg = <0x50000 0xf90000>;
};
- partition@fe0000
0
{
+ partition@fe0000 {
label = "board_data";
- reg = <0xfe0000 0x
1
0000>;
+ reg = <0xfe0000 0x
2
0000>;
};
};
};