From f759ee57b205223e98fdc97e26cbef305b8048e1 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Fri, 23 Jan 2015 18:10:26 +0530 Subject: ARC: Ensure DT mem base is same as what kernel is built with Signed-off-by: Vineet Gupta --- arch/arc/boot/dts/axc003.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arc/boot/dts/axc003.dtsi') diff --git a/arch/arc/boot/dts/axc003.dtsi b/arch/arc/boot/dts/axc003.dtsi index 846481f37eef..f90fadf7f94e 100644 --- a/arch/arc/boot/dts/axc003.dtsi +++ b/arch/arc/boot/dts/axc003.dtsi @@ -98,6 +98,6 @@ #size-cells = <1>; ranges = <0x00000000 0x80000000 0x40000000>; device_type = "memory"; - reg = <0x00000000 0x20000000>; /* 512MiB */ + reg = <0x80000000 0x20000000>; /* 512MiB */ }; }; -- cgit