diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-22 08:54:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-22 08:54:32 +0000 |
commit | 0ec9253b9d7ea45e2531cb30cbb198f3fb6d9b18 (patch) | |
tree | 187682ec14a96e1f2123630e1653a56a26df8483 /target/linux | |
parent | cd33dd3f7c5419c99a6fc06f05e51650ad75b41a (diff) | |
download | upstream-0ec9253b9d7ea45e2531cb30cbb198f3fb6d9b18.tar.gz upstream-0ec9253b9d7ea45e2531cb30cbb198f3fb6d9b18.tar.bz2 upstream-0ec9253b9d7ea45e2531cb30cbb198f3fb6d9b18.zip |
ramips: fix WSR-1166 partition table
- 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
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/WSR-1166.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts index d1e3ef90f3..9743cee652 100644 --- a/target/linux/ramips/dts/WSR-1166.dts +++ b/target/linux/ramips/dts/WSR-1166.dts @@ -50,9 +50,9 @@ reg = <0x50000 0xf90000>; }; - partition@fe00000 { + partition@fe0000 { label = "board_data"; - reg = <0xfe0000 0x10000>; + reg = <0xfe0000 0x20000>; }; }; }; |