Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f929efb0 authored by Olof Johansson's avatar Olof Johansson Committed by Olof Johansson
Browse files

platform/chrome: pstore: Move to larger record size.



Accidentally specified a smaller record size, bring it back
to the same size as we had when we used the config file.

Signed-off-by: default avatarOlof Johansson <olofj@chromium.org>
Signed-off-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: default avatarSameer Nanda <snanda@chromium.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 59a356d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ MODULE_DEVICE_TABLE(dmi, chromeos_pstore_dmi_table);
static struct ramoops_platform_data chromeos_ramoops_data = {
	.mem_size	= 0x100000,
	.mem_address	= 0xf00000,
	.record_size	= 0x20000,
	.record_size	= 0x40000,
	.console_size	= 0x20000,
	.ftrace_size	= 0x20000,
	.dump_oops	= 1,