From: nbd Date: Sat, 3 Jan 2015 18:31:17 +0000 (+0000) Subject: ramips: fix WSR-1166DHP flash layout X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=63267db37d2330a9050e96889978d9f8f3ac2664 ramips: fix WSR-1166DHP flash layout Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43818 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts index 98c1dccd05..de197725a3 100644 --- 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 0x6b0000>; + reg = <0x50000 0x7c0000>; }; - 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>; }; }; };