Merge "soc:qcom: common_log: change PMIC dump size from 4k to 64k"

This commit is contained in:
Linux Build Service Account 2016-10-07 22:15:37 -07:00 committed by Gerrit - the friendly Code Review server
commit cd4a503c83

View file

@ -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)