commit | 3542e58aed139ac405a17133e1d7965d83e95a9a | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Tue Sep 18 15:20:41 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Sep 18 15:20:41 2018 +0100 |
tree | 7f9ccb18bf3c383df9b64357559cf2dacaaa93ee | |
parent | e6225527c4dcceee0767c17a57c30fa9f2914c87 [diff] | |
parent | 41bd97ea60406a03e314bc4d0fa350f0ff782404 [diff] |
Merge pull request #1577 from antonio-nino-diaz-arm/an/trusty trusty: Fix return value of trusty_init()
diff --git a/services/spd/trusty/trusty.c b/services/spd/trusty/trusty.c index cc808e2..3335836 100644 --- a/services/spd/trusty/trusty.c +++ b/services/spd/trusty/trusty.c
@@ -322,7 +322,7 @@ 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)