Author: nbd Date: 2015-04-19 18:31:54 +0200 (Sun, 19 Apr 2015) New Revision: 45507
Modified: trunk/target/linux/ramips/dts/WSR-1166.dts trunk/target/linux/ramips/dts/WSR-600.dts Log: ramips: switch WSR-1166 and WSR-600 to single-firmware mtd layout Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/dts/WSR-1166.dts =================================================================== --- trunk/target/linux/ramips/dts/WSR-1166.dts 2015-04-19 11:38:46 UTC (rev 45506) +++ trunk/target/linux/ramips/dts/WSR-1166.dts 2015-04-19 16:31:54 UTC (rev 45507) @@ -47,19 +47,9 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0x7c0000>; + reg = <0x50000 0xf90000>; }; - partition@810000 { - label = "firmware2"; - reg = <0x810000 0x7c0000>; - }; - - partition@fd00000 { - label = "usercfg"; - reg = <0xfd0000 0x10000>; - }; - partition@fe00000 { label = "board_data"; reg = <0xfe0000 0x10000>; Modified: trunk/target/linux/ramips/dts/WSR-600.dts =================================================================== --- trunk/target/linux/ramips/dts/WSR-600.dts 2015-04-19 11:38:46 UTC (rev 45506) +++ trunk/target/linux/ramips/dts/WSR-600.dts 2015-04-19 16:31:54 UTC (rev 45507) @@ -47,18 +47,8 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0x6b0000>; + reg = <0x50000 0xfb0000>; }; - - partition@700000 { - label = "usercfg"; - reg = <0x700000 0x100000>; - }; - - partition@800000 { - label = "firmware2"; - reg = <0x800000 0x6b0000>; - }; }; }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
