Author: nbd Date: 2015-01-03 19:31:27 +0100 (Sat, 03 Jan 2015) New Revision: 43819
Modified: trunk/target/linux/ramips/dts/WSR-600.dts Log: ramips: fix WSR-600DHP flash layout Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/dts/WSR-600.dts =================================================================== --- trunk/target/linux/ramips/dts/WSR-600.dts 2015-01-03 18:31:17 UTC (rev 43818) +++ trunk/target/linux/ramips/dts/WSR-600.dts 2015-01-03 18:31:27 UTC (rev 43819) @@ -49,10 +49,15 @@ reg = <0x50000 0x6b0000>; }; - partition@f700000 { + 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
