From 69d79ea951f3f0fa56fecad0fbb04d2c65e7a802 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 4 Jun 2015 21:45:24 +0000 Subject: [PATCH] ramips: use highmem on the FireWRT board Signed-off-by: Felix Fietkau SVN-Revision: 45890 --- target/linux/ramips/dts/FIREWRT.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2