Skip to content

Commit

Permalink
ramips: fix WSR-1166 partition table
Browse files Browse the repository at this point in the history
- 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 <[email protected]>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48751 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
Felix Fietkau committed Feb 22, 2016
1 parent 7d00e0c commit 1946639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ramips/dts/WSR-1166.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
reg = <0x50000 0xf90000>;
};

partition@fe00000 {
partition@fe0000 {
label = "board_data";
reg = <0xfe0000 0x10000>;
reg = <0xfe0000 0x20000>;
};
};
};
Expand Down

0 comments on commit 1946639

Please sign in to comment.