enlarge pmsg buffer to full size of ramoops region
4k was a piddly amount and we weren't using the rest of it for anything else
This commit is contained in:
parent
ffaca615ba
commit
3357d21d7f
@ -3,8 +3,7 @@ reserved-memory {
|
|||||||
ramoops@03f00000 {
|
ramoops@03f00000 {
|
||||||
compatible = "ramoops";
|
compatible = "ramoops";
|
||||||
reg = <0x03f00000 0x10000>;
|
reg = <0x03f00000 0x10000>;
|
||||||
record-size = <0x1000>;
|
pmsg-size = <0x10000>;
|
||||||
pmsg-size = <0x1000>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user