mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user