From 11c697015fca06479239db37772d137db79651f8 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 1 Jan 2016 12:26:26 +0000
Subject: ramips: fix memory size for RE6500

Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>

SVN-Revision: 48019
---
 target/linux/ramips/dts/RE6500.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'target/linux')

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 {
-- 
cgit v1.2.3