Merge "ipq40xx: Changed the dumpinfo name for secure board In non-secured boards the dump save size is set to be the size of RAM buffer. Since the name field of dumpinfo was same for both secured and non-secured boards,the dump save size for secured board is also set to RAM buffer size which causes data abort during secure crashdump collection. This patch retains the actual save size of secure board."

This commit is contained in:
Linux Build Service Account 2018-03-19 04:35:13 -07:00 committed by Gerrit - the friendly Code Review server
commit a8846fcf25

View file

@ -76,7 +76,7 @@ struct dumpinfo_t dumpinfo_n[] = {
int dump_entries_n = ARRAY_SIZE(dumpinfo_n);
struct dumpinfo_t dumpinfo_s[] = {
{ "EBICS0.bin", CONFIG_QCA_KERNEL_CRASHDUMP_ADDRESS,
{ "EBICS_S0.BIN", CONFIG_QCA_KERNEL_CRASHDUMP_ADDRESS,
CONFIG_CPU_CONTEXT_DUMP_SIZE, 0 },
};