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

index 28e4d5de1ccfe20726acfdc9d51a67c622418e2e..e27e17833d04b96c3dee933bdd18424cff7c74fd 100644 (file)
@@ -55,7 +55,7 @@
        };
 
        ramoops_mem: ramoops_mem {
-               reg = <0x0 0x100000 0x0 0x100000>;
+               reg = <0x0 0x110000 0x0 0xf0000>;
                reg-names = "ramoops_mem";
        };
 
@@ -63,7 +63,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>;
        };