linaro-swg / optee_examples

OP-TEE Sample Applications
Other
163 stars 140 forks source link

acipher: fix TA_FLAGS to be compatible with old version of optee_os #69

Closed kakapapa closed 4 years ago

kakapapa commented 4 years ago

With optee_os 3.0.0 and below, optee_example_acipher is failed with the following error:

optee_example_acipher: TEEC_OpenSession(TEEC_LOGIN_PUBLIC): 0xffff0005 (error origin 0x3)

TA_FLAG_EXEC_DDR is deprecated but it is necessary to be executed with optee_os <= 3.0.0.

kakapapa commented 4 years ago

commit message updated. Thanks.