From da044e85ae9ebdbd57f18ec1f32e26883105939c Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 1 Jan 2016 12:26:26 +0000 Subject: [PATCH] ramips: fix memory size for RE6500 Signed-off-by: Bjoern Dobe git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48019 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/dts/RE6500.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index 9ce0fd88e5..7aa29efa7e 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -8,7 +8,7 @@ memory@0 { device_type = "memory"; - reg = <0x0 0x8000000>; + reg = <0x0 0x4000000>; }; chosen { -- 2.11.0