mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "services: TRNG: Fix -O0 compilation" into integration
This commit is contained in:
commit
04c1223104
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue