diff options
author | danh-arm <dan.handley@arm.com> | 2016-06-13 11:27:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-13 11:27:31 +0100 |
commit | d0ddf80cedc51eae83efa2bec76c09b071ce0fca (patch) | |
tree | 60b0373932b86dacc8690a813f329366b622cd7e | |
parent | eae9d912503844e8ab8ac5851a638edd7fa7ac33 (diff) | |
parent | 29464f13f6f940abf7fb6218df05e38b0bb3f80f (diff) |
Merge pull request #648 from ashutoshksingh/integration
opteed: assume aarch64 for optee
-rw-r--r-- | services/spd/opteed/opteed_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/spd/opteed/opteed_main.c b/services/spd/opteed/opteed_main.c index 6b4b14af..9770fb99 100644 --- a/services/spd/opteed/opteed_main.c +++ b/services/spd/opteed/opteed_main.c @@ -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, |