ramips: improve ramoops support
This commit is contained in:
parent
e5603c8218
commit
b8874d9057
@ -31,13 +31,19 @@
|
||||
compatible = "mti,cpu-interrupt-controller";
|
||||
};
|
||||
|
||||
ramoops@3f00000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x3f00000 0x100000>;
|
||||
reserved-memory {
|
||||
#address-cells = <0x1>;
|
||||
#size-cells = <0x1>;
|
||||
ranges;
|
||||
|
||||
record-size = <0x20000>;
|
||||
console-size = <0x20000>;
|
||||
ftrace-size = <0x40000>;
|
||||
ramoops@3f00000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x3f00000 0x80000>;
|
||||
|
||||
record-size = <0x10000>;
|
||||
console-size = <0x10000>;
|
||||
ftrace-size = <0x20000>;
|
||||
};
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user