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

Commit 509df7e2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: restart: Correct the DL_MODE_PROP and EDL_MODE_PROP properties"

parents 62e5ab87 fbf06a00
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -61,8 +61,9 @@ int pmic_reset_irq;
static void __iomem *msm_tmr0_base;

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

static int in_panic;
static void *dload_mode_addr;
static bool dload_mode_enabled;