pstore: change pstore address to 0x7400000

PD#149300: pstore: change pstore address to 0x7400000

Change-Id: Ic8f4240a2c5c4c2137ad4c050a9af8692be15dba
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
This commit is contained in:
Ao Xu
2017-08-24 19:31:22 +08:00
committed by Jianxin Pan
parent 435ded217d
commit 6160490e79

View File

@@ -51,9 +51,9 @@
#size-cells = <2>;
ranges;
/* global autoconfigured region for contiguous allocations */
ramoops@0x07300000 {
ramoops@0x07400000 {
compatible = "ramoops";
reg = <0x0 0x07300000 0x0 0x00100000>;
reg = <0x0 0x07400000 0x0 0x00100000>;
record-size = <0x8000>;
console-size = <0x8000>;
ftrace-size = <0x0>;