mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-03 16:04:47 +01:00
ipq5018: Fix for data abort in secure boot
This update fix the the data abort happening while collecting crash dump in secure boot. Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I59bfd0032d3d580345fab721f750e50c9367e2b9
This commit is contained in:
parent
32a2c5eab7
commit
0f7bca7746
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ struct dumpinfo_t dumpinfo_n[] = {
|
|||
int dump_entries_n = ARRAY_SIZE(dumpinfo_n);
|
||||
|
||||
struct dumpinfo_t dumpinfo_s[] = {
|
||||
{ "EBICS_S0.BIN", 0x40000000, 0xA600000, 0 },
|
||||
{ "EBICS_S0.BIN", 0x40000000, 0xAC00000, 0 },
|
||||
{ "EBICS_S1.BIN", CONFIG_TZ_END_ADDR, 0x10000000, 0 },
|
||||
{ "IMEM.BIN", 0x08600000, 0x00001000, 0 },
|
||||
{ "NSSUTCM.BIN", 0x08600658, 0x00030000, 0, 1, 0x2000 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue