Author: nbd Date: 2016-01-01 13:26:30 +0100 (Fri, 01 Jan 2016) New Revision: 48020
Modified: trunk/target/linux/ramips/dts/RE6500.dts Log: ramips: fix firmware partition size Signed-off-by: Bjoern Dobe <[email protected]> Modified: trunk/target/linux/ramips/dts/RE6500.dts =================================================================== --- trunk/target/linux/ramips/dts/RE6500.dts 2016-01-01 12:26:26 UTC (rev 48019) +++ trunk/target/linux/ramips/dts/RE6500.dts 2016-01-01 12:26:30 UTC (rev 48020) @@ -47,7 +47,7 @@ partition@50000 { label = "firmware"; - reg = <0x50000 0xfb0000>; + reg = <0x50000 0x7b0000>; }; }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
