platform/chrome: pstore: Move to larger record size.
authorOlof Johansson <olofj@chromium.org>
Tue, 16 Feb 2016 07:25:16 +0000 (08:25 +0100)
committerOlof Johansson <olof@lixom.net>
Wed, 11 May 2016 18:55:47 +0000 (11:55 -0700)
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: Olof Johansson <olofj@chromium.org>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Sameer Nanda <snanda@chromium.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/platform/chrome/chromeos_pstore.c

index ca00192..308a853 100644 (file)
@@ -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,