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 | 1946639fe0742d6634c1cdc0927fcfc915603469 (patch) | |
tree | fd0f6386fec4a9fc29c6867d05f03d8f50155407 /target/linux/ramips | |
parent | 7d00e0c14f2ac50f6c72a0a6388d271ac87a85ed (diff) | |
download | master-187ad058-1946639fe0742d6634c1cdc0927fcfc915603469.tar.gz master-187ad058-1946639fe0742d6634c1cdc0927fcfc915603469.tar.bz2 master-187ad058-1946639fe0742d6634c1cdc0927fcfc915603469.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48751 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-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>; }; }; }; |