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

Commit fbfb2a5a authored by liquan.zhou's avatar liquan.zhou Committed by Rohit Sekhar
Browse files

msm-poweroff: Disable ramdump

[1][FP4-2872] disable ramdump
 ###%%%comment:disable ramdump
 ###%%%bug number:FP4-2872
 ###%%%product name:sm7225_r_fp4
 ###%%%root cause:Coding
 ###%%%Bug category:T2M
 ###%%%Module_Impact:kernel
 ###%%%Test_Suggestion:check ramdump
 ###%%%Solution:modify
 ###%%%Test_Report:pass
 ###%%%VAL Can Test:no

Change-Id: Ife184a875a5c48baeaab63da4425a4db7033f3e4
parent f6e2485b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ static void scm_disable_sdi(void);
 * There is no API from TZ to re-enable the registers.
 * So the SDI cannot be re-enabled when it already by-passed.
 */
static int download_mode = 1;
static int download_mode = 0; //1;  FP4-2872, disable ramdump, liquan.zhou.t2m, 20210908
static struct kobject dload_kobj;

static int in_panic;