diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-04 21:45:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-04 21:45:24 +0000 |
commit | 69d79ea951f3f0fa56fecad0fbb04d2c65e7a802 (patch) | |
tree | ac047214a8fbd76fe90eb117ee1eb147a9809cf5 /target/linux/ramips | |
parent | d7023e105f6e632926b26132e2e8c916b81ef44f (diff) | |
download | upstream-69d79ea951f3f0fa56fecad0fbb04d2c65e7a802.tar.gz upstream-69d79ea951f3f0fa56fecad0fbb04d2c65e7a802.tar.bz2 upstream-69d79ea951f3f0fa56fecad0fbb04d2c65e7a802.zip |
ramips: use highmem on the FireWRT board
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45890
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/FIREWRT.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index 2b018e69f7..8ffb5ea546 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dts/FIREWRT.dts @@ -8,7 +8,7 @@ memory@0 { device_type = "memory"; - reg = <0x0 0x10000000>; + reg = <0x0 0x10000000>, <0x30000000 0x10000000>; }; chosen { |