tee: open tee load support

PD#153479: tee: open tee load support

Change-Id: I45f01f47677e0f8c76624e4f03f033356bb663b6
Signed-off-by: Yvonne Chen <yvonne.chen@amlogic.com>
This commit is contained in:
Yvonne Chen
2017-11-13 10:02:07 +08:00
committed by Jianxin Pan
parent cededce3ad
commit 0395d41260

View File

@@ -146,7 +146,7 @@ bool tee_enabled(void)
{
struct arm_smccc_res res;
return false; /*disable tee load temporary*/
/*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 &&