mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "ipq9574: Remove "NSSUTCM.BIN" from crashdump collection"
This commit is contained in:
commit
185f463b71
1 changed files with 0 additions and 2 deletions
|
|
@ -1321,7 +1321,6 @@ struct dumpinfo_t dumpinfo_n[] = {
|
|||
{ "DATARAM.BIN", 0x00290000, 0x00014000, 0 },
|
||||
{ "MSGRAM.BIN", 0x00060000, 0x00006000, 1 },
|
||||
{ "IMEM.BIN", 0x08600000, 0x00001000, 0 },
|
||||
{ "NSSUTCM.BIN", 0x08600658, 0x00030000, 0, 1, 0x2000 },
|
||||
{ "UNAME.BIN", 0, 0, 0, 0, 0, MINIMAL_DUMP },
|
||||
{ "CPU_INFO.BIN", 0, 0, 0, 0, 0, MINIMAL_DUMP },
|
||||
{ "DMESG.BIN", 0, 0, 0, 0, 0, MINIMAL_DUMP },
|
||||
|
|
@ -1345,7 +1344,6 @@ struct dumpinfo_t dumpinfo_s[] = {
|
|||
{ "DATARAM.BIN", 0x00290000, 0x00014000, 0 },
|
||||
{ "MSGRAM.BIN", 0x00060000, 0x00006000, 1 },
|
||||
{ "IMEM.BIN", 0x08600000, 0x00001000, 0 },
|
||||
{ "NSSUTCM.BIN", 0x08600658, 0x00030000, 0, 1, 0x2000 },
|
||||
{ "UNAME.BIN", 0, 0, 0, 0, 0, MINIMAL_DUMP },
|
||||
{ "CPU_INFO.BIN", 0, 0, 0, 0, 0, MINIMAL_DUMP },
|
||||
{ "DMESG.BIN", 0, 0, 0, 0, 0, MINIMAL_DUMP },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue