Skip to content

Commit 7f436b9

Browse files
author
Huibin Hong
committed
ARM64: dts: rk3399-android: Set ramoops_mem size to 0xf0000
Change-Id: I3c0c4a51ed2ff19e4baad17349e3e87efc43a2f6 Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
1 parent c26a25a commit 7f436b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-android.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
};
5656

5757
ramoops_mem: ramoops_mem {
58-
reg = <0x0 0x100000 0x0 0x100000>;
58+
reg = <0x0 0x110000 0x0 0xf0000>;
5959
reg-names = "ramoops_mem";
6060
};
6161

6262
ramoops {
6363
compatible = "ramoops";
6464
record-size = <0x0 0x20000>;
6565
console-size = <0x0 0x80000>;
66-
ftrace-size = <0x0 0x10000>;
66+
ftrace-size = <0x0 0x00000>;
6767
pmsg-size = <0x0 0x50000>;
6868
memory-region = <&ramoops_mem>;
6969
};

0 commit comments

Comments
 (0)