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 | 11c697015fca06479239db37772d137db79651f8 (patch) | |
tree | bdee8a2d63356b593d3092e86dfea3805437afe1 /target/linux/ramips/dts/RE6500.dts | |
parent | 7509c940e9d0b17e23d094222e27ba1247d4a980 (diff) | |
download | upstream-11c697015fca06479239db37772d137db79651f8.tar.gz upstream-11c697015fca06479239db37772d137db79651f8.tar.bz2 upstream-11c697015fca06479239db37772d137db79651f8.zip |
ramips: fix memory size for RE6500
Signed-off-by: Bjoern Dobe <bjoern@dobecom.de>
SVN-Revision: 48019
Diffstat (limited to 'target/linux/ramips/dts/RE6500.dts')
-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 { |