Merge "soc:qcom: common_log: change PMIC dump size from 4k to 64k"
This commit is contained in:
commit
cd4a503c83
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <soc/qcom/memory_dump.h>
|
||||
|
||||
#define MISC_DUMP_DATA_LEN 4096
|
||||
#define PMIC_DUMP_DATA_LEN 4096
|
||||
#define PMIC_DUMP_DATA_LEN (64 * 1024)
|
||||
#define VSENSE_DUMP_DATA_LEN 4096
|
||||
#define RPM_DUMP_DATA_LEN (160 * 1024)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue