commit | d301b88b0e1e1d2f7e532111c7fcaab9ad6fd41a | [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 | 4b8f7bf07ae262fa90adf216465c0fa67721e9b0 [diff] | |
parent | 0153806b9e3756ad81629bbfd2a0f909a1b579fc [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)