diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 12:26:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 12:26:26 +0000 |
commit | 0feffff4396c1cdacdc34738892812a0558200e7 (patch) | |
tree | af02ef0e545e23492a9b372fd6d754fc69553355 | |
parent | dff835c31c33d99bb53a3b5c38edc3d866472ef4 (diff) | |
download | master-187ad058-0feffff4396c1cdacdc34738892812a0558200e7.tar.gz master-187ad058-0feffff4396c1cdacdc34738892812a0558200e7.tar.bz2 master-187ad058-0feffff4396c1cdacdc34738892812a0558200e7.zip |
ramips: fix memory size for RE6500
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48019 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/dts/RE6500.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |