Commit d0ddf80c authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

Merge pull request #648 from ashutoshksingh/integration

opteed: assume aarch64 for optee
parents eae9d912 29464f13
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment