From 2726c3f27c569e4ebd5ae53c510be45d03636e7d Mon Sep 17 00:00:00 2001 From: Zhangfei Gao Date: Wed, 18 Sep 2013 15:48:14 +0800 Subject: ARM: dts: change mem start add to 0x40000000 mem start address 0x40000000 is specified by fastboot Signed-off-by: Zhangfei Gao Signed-off-by: Haojian Zhuang --- arch/arm/boot/dts/hi4511.dts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/hi4511.dts b/arch/arm/boot/dts/hi4511.dts index c16690fd50c7..2e85f395cd43 100644 --- a/arch/arm/boot/dts/hi4511.dts +++ b/arch/arm/boot/dts/hi4511.dts @@ -15,7 +15,7 @@ compatible = "hisilicon,hi3620-hi4511"; chosen { - bootargs = "console=ttyAMA0,115200 root=/dev/ram0 mem=512m earlyprintk no_console_suspend"; + bootargs = "console=ttyAMA0,115200 root=/dev/ram0 earlyprintk no_console_suspend"; }; cpus { @@ -52,7 +52,8 @@ }; memory { - reg = <0x00000000 0x20000000>; + device_type = "memory"; + reg = <0x40000000 0x20000000>; }; amba { -- cgit v1.2.3