tee: disable tee secure firmware load temporary

PD#150992: disable tee secure firmware load

disable tee secure firmware load temporary

Change-Id: I2acf75b340fc9abea6238f57b635fff4862166f7
Signed-off-by: Yvonne Chen <yvonne.chen@amlogic.com>
This commit is contained in:
Yvonne Chen
2017-09-26 17:13:48 +08:00
committed by Jianxin Pan
parent 1298608c66
commit 3eb13b447c

View File

@@ -146,6 +146,7 @@ bool tee_enabled(void)
{
struct arm_smccc_res res;
return false; /*disable tee load temporary*/
arm_smccc_smc(TEE_SMC_CALLS_UID, 0, 0, 0, 0, 0, 0, 0, &res);
if (res.a0 == TEE_MSG_UID_0 && res.a1 == TEE_MSG_UID_1 &&