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

Commit f3424061 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "esoc: Set default boot fail action to panic"

parents ac235f82 e96a57f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ enum esoc_boot_fail_action {
	BOOT_FAIL_ACTION_NOP,
};

static unsigned int boot_fail_action = BOOT_FAIL_ACTION_NOP;
static unsigned int boot_fail_action = BOOT_FAIL_ACTION_PANIC;
module_param(boot_fail_action, uint, 0644);
MODULE_PARM_DESC(boot_fail_action,
"Actions: 0:Retry PON; 1:Cold reset; 2:Power-down; 3:APQ Panic; 4:No action");