Author: nbd Date: 2016-01-01 13:26:26 +0100 (Fri, 01 Jan 2016) New Revision: 48019
Modified: trunk/target/linux/ramips/dts/RE6500.dts Log: ramips: fix memory size for RE6500 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:09 UTC (rev 48018) +++ trunk/target/linux/ramips/dts/RE6500.dts 2016-01-01 12:26:26 UTC (rev 48019) @@ -8,7 +8,7 @@ memory@0 { device_type = "memory"; - reg = <0x0 0x8000000>; + reg = <0x0 0x4000000>; }; chosen { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
