arm-trusted-firmware/services
Andre Przywara 323b6c6305 services: TRNG: Fix -O0 compilation
The code to check for the presence of the TRNG service relies on
toolchain garbage collection, which is not enabled with -O0.

Add #ifdef guards around the call to the TRNG service handler to
cover builds without optimisation as well.

Change-Id: I08ece2005ea1c8fa96afa13904a851dec6b24216
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2021-02-10 17:34:45 +00:00
..
arm_arch_svc SMCCC: Introduce function to check SMCCC function availability 2020-07-26 08:16:29 +01:00
spd spd: trusty: allow clients to retrieve service UUID 2020-08-31 12:56:49 -07:00
std_svc services: TRNG: Fix -O0 compilation 2021-02-10 17:34:45 +00:00