Merge pull request #648 from ashutoshksingh/integration

opteed: assume aarch64 for optee
This commit is contained in:
danh-arm 2016-06-13 11:27:31 +01:00 committed by GitHub
commit d0ddf80ced
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ int32_t opteed_setup(void)
* state i.e whether AArch32 or AArch64. Assuming it's AArch32
* for the time being.
*/
opteed_rw = OPTEE_AARCH32;
opteed_rw = OPTEE_AARCH64;
opteed_init_optee_ep_state(optee_ep_info,
opteed_rw,
optee_ep_info->pc,