Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed76e9fc authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

msm-poweroff: Correct the SCM_DLOAD_BOTHDUMPS definition



Correct the definition of SCM_DLOAD_BOTHDUMPS in the msm-poweroff
driver to be an OR of the minidump and the full dumps.

Change-Id: I22ca23df281d09f36fa112719ea6a6ddadd5562e
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent fb1cb85c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#define SCM_DLOAD_FULLDUMP		QCOM_DOWNLOAD_FULLDUMP
#define SCM_EDLOAD_MODE			QCOM_DOWNLOAD_EDL
#define SCM_DLOAD_MINIDUMP		QCOM_DOWNLOAD_MINIDUMP
#define SCM_DLOAD_BOTHDUMPS		QCOM_DOWNLOAD_BOTHDUMP
#define SCM_DLOAD_BOTHDUMPS	(SCM_DLOAD_FULLDUMP | SCM_DLOAD_MINIDUMP)

#define DL_MODE_PROP "qcom,msm-imem-download_mode"
#define EDL_MODE_PROP "qcom,msm-imem-emergency_download_mode"