diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-10-07 22:15:37 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-10-07 22:15:36 -0700 |
| commit | cd4a503c8319f34deed25df6c422cd01d7b038b5 (patch) | |
| tree | f87d66f7ef5bd4a8c15c1df3a8a02df1cc8bc6b0 | |
| parent | c68dd38b5e57e93b1a8a545b0dd606eb01385c70 (diff) | |
| parent | 0491485ebef75e13f4dbbebb07ea7e226836ae83 (diff) | |
Merge "soc:qcom: common_log: change PMIC dump size from 4k to 64k"
| -rw-r--r-- | drivers/soc/qcom/common_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/common_log.c b/drivers/soc/qcom/common_log.c index f4c69d624342..ecf89b2b3b37 100644 --- a/drivers/soc/qcom/common_log.c +++ b/drivers/soc/qcom/common_log.c @@ -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) |
