1
0
forked from dan/liminix
liminix/devices/gl-ar750/pstore-ramoops.dtsi
Daniel Barlow 3357d21d7f 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
2024-12-18 21:16:49 +00:00

10 lines
139 B
Plaintext

/ {
reserved-memory {
ramoops@03f00000 {
compatible = "ramoops";
reg = <0x03f00000 0x10000>;
pmsg-size = <0x10000>;
};
};
};