mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-01 17:36:03 +01:00
ipq5018: Fix dump_to_flash hang issue.
This changes update the TLV offset as per the kernel tlv crash region. Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I27d79d5f2d35c4b584292410ee76d26b123d301f
This commit is contained in:
parent
f1341cb713
commit
94aafe7429
1 changed files with 1 additions and 2 deletions
|
|
@ -331,7 +331,6 @@ extern loff_t board_env_size;
|
|||
#define SCM_CMD_TZ_PSHOLD 0x16
|
||||
#define BOOT_VERSION 0
|
||||
#define TZ_VERSION 1
|
||||
#define RPM_VERSION 3
|
||||
#endif
|
||||
|
||||
|
||||
|
|
@ -351,7 +350,7 @@ extern loff_t board_env_size;
|
|||
|
||||
#define CONFIG_QCA_KERNEL_CRASHDUMP_ADDRESS *((unsigned int *)0x08600658)
|
||||
#define CONFIG_CPU_CONTEXT_DUMP_SIZE 4096
|
||||
#define TLV_BUF_OFFSET 244 * 1024
|
||||
#define TLV_BUF_OFFSET 1012 * 1024
|
||||
#define CONFIG_TLV_DUMP_SIZE 12 * 1024
|
||||
|
||||
/* L1 cache line size is 64 bytes, L2 cache line size is 128 bytes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue