提交 f929efb0 编写于 作者: O Olof Johansson 提交者: Olof Johansson

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: NOlof Johansson <olofj@chromium.org>
Signed-off-by: NEnric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: NSameer Nanda <snanda@chromium.org>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 59a356d2
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册