1
0

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:
Daniel Barlow 2024-12-18 21:16:49 +00:00
parent ffaca615ba
commit 3357d21d7f

View File

@ -3,8 +3,7 @@ reserved-memory {
ramoops@03f00000 {
compatible = "ramoops";
reg = <0x03f00000 0x10000>;
record-size = <0x1000>;
pmsg-size = <0x1000>;
pmsg-size = <0x10000>;
};
};
};