mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
configs: ipq9574: Update TLV buffer offset
The crashdump memory allocation in kernel context save driver is updated for ipq9574 as below. Due to this, TLV offset is changed to 500K. 1. TMEL ctxt - 300K 2. regsave - 80K 3. DCC - 3K 4. Unused - 117K 5. TLV Buffer - 12K Change-Id: I25cdce6be90ce2d2b7ab6b6c01976d5a061074e9 Signed-off-by: Kavin A <kavia@codeaurora.org>
This commit is contained in:
parent
3e6aa907bd
commit
6f06467cda
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,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 500 * 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