soc: qcom: charger-ulog-glink: Increase charger_ulog_init buffer to 32KB

Currently, charger firmware has allocated 16KB for storing init
logs in charger PD ulog. This log buffer is being increased to
32KB to store some more init logs. Increase the number of pages
for charger_ulog_init IPC log accordingly.

Change-Id: I977acfe647261c25534ec7ab4f34378ef848b438
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
Subbaraman Narayanamurthy 2021-09-07 13:34:31 -07:00 committed by Anjelique Melendez
parent 652a68d2f2
commit d697df15a1

View File

@ -28,7 +28,7 @@
#define MAX_ULOG_SIZE 8192
#define NUM_LOG_PAGES 10
#define NUM_INIT_LOG_PAGES 4
#define NUM_INIT_LOG_PAGES 8
struct set_ulog_prop_req_msg {
struct pmic_glink_hdr hdr;