tee: open tee loading under optee

PD#151855: open tee loading under optee

Change-Id: Id18ff381bedadb724ace5f22cc820ef64f4666f6
Signed-off-by: Yvonne Chen <yvonne.chen@amlogic.com>
This commit is contained in:
Yvonne Chen
2017-09-29 14:11:58 +08:00
committed by Jianxin Pan
parent ff27e33bf8
commit 190a64cb3a

View File

@@ -146,7 +146,6 @@ 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 &&