Merge "services: TRNG: Fix -O0 compilation" into integration

This commit is contained in:
bipin.ravi 2021-02-10 21:52:04 +00:00 committed by TrustedFirmware Code Review
commit 04c1223104
1 changed files with 2 additions and 0 deletions

View File

@ -142,10 +142,12 @@ static uintptr_t std_svc_smc_handler(uint32_t smc_fid,
}
#endif
#if TRNG_SUPPORT
if (is_trng_fid(smc_fid)) {
return trng_smc_handler(smc_fid, x1, x2, x3, x4, cookie, handle,
flags);
}
#endif
switch (smc_fid) {
case ARM_STD_SVC_CALL_COUNT: