mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-03 07:54:24 +01:00
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:
commit
a8846fcf25
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue