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

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

Merge "soc: qcom: pil: Increase MBA encryption timeout to 5secs"

parents 80418e1d e8daf3a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -79,7 +79,7 @@
/* CX_IPEAK Parameters */
#define CX_IPEAK_MSS			BIT(5)
/* Timeout value for MBA boot when minidump is enabled */
#define MBA_ENCRYPTION_TIMEOUT	3000
#define MBA_ENCRYPTION_TIMEOUT	5000
enum scm_cmd {
	PAS_MEM_SETUP_CMD = 2,
};