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
d301b88b
Unverified
Commit
d301b88b
authored
Sep 18, 2018
by
Soby Mathew
Committed by
GitHub
Sep 18, 2018
Browse files
Merge pull request #1577 from antonio-nino-diaz-arm/an/trusty
trusty: Fix return value of trusty_init()
parents
4b8f7bf0
0153806b
Changes
1
Show whitespace changes
Inline
Side-by-side
services/spd/trusty/trusty.c
View file @
d301b88b
...
...
@@ -322,7 +322,7 @@ static int32_t trusty_init(void)
fpregs_context_restore
(
get_fpregs_ctx
(
cm_get_context
(
NON_SECURE
)));
cm_set_next_eret_context
(
NON_SECURE
);
return
0
;
return
1
;
}
static
void
trusty_cpu_suspend
(
uint32_t
off
)
...
...
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