Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
d0ddf80c
Commit
d0ddf80c
authored
Jun 13, 2016
by
danh-arm
Committed by
GitHub
Jun 13, 2016
Browse files
Merge pull request #648 from ashutoshksingh/integration
opteed: assume aarch64 for optee
parents
eae9d912
29464f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
services/spd/opteed/opteed_main.c
View file @
d0ddf80c
...
...
@@ -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_AARCH
32
;
opteed_rw
=
OPTEE_AARCH
64
;
opteed_init_optee_ep_state
(
optee_ep_info
,
opteed_rw
,
optee_ep_info
->
pc
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment