ARM64: dts: rk3399-android-next: Set ramoops_mem size to 0xf0000
authorHuibin Hong <huibin.hong@rock-chips.com>
Mon, 26 Sep 2016 07:54:13 +0000 (15:54 +0800)
committerHuibin Hong <huibin.hong@rock-chips.com>
Mon, 26 Sep 2016 11:04:06 +0000 (19:04 +0800)
Change-Id: I69c2416fb07b4364f1e02fe21be351771b1b6c6b
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-android-next.dtsi

index f6ad050209f88ae9450eeb3dad9649acc3dce224..efef13ea9d6b394dcb88a460101759264fa3b3e5 100644 (file)
@@ -50,7 +50,7 @@
        };
 
        ramoops_mem: ramoops_mem {
-               reg = <0x0 0x100000 0x0 0x100000>;
+               reg = <0x0 0x110000 0x0 0xf0000>;
                reg-names = "ramoops_mem";
        };
 
@@ -58,7 +58,7 @@
                compatible = "ramoops";
                record-size = <0x0 0x20000>;
                console-size = <0x0 0x80000>;
-               ftrace-size = <0x0 0x10000>;
+               ftrace-size = <0x0 0x00000>;
                pmsg-size = <0x0 0x50000>;
                memory-region = <&ramoops_mem>;
        };