Home
last modified time | relevance | path

Searched hist:"696 f41ec98c18a9d747acc8dac32f2aabce18ea8" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty.c696f41ec98c18a9d747acc8dac32f2aabce18ea8 Wed Nov 23 09:50:53 UTC 2016 Sandrine Bailleux <sandrine.bailleux@arm.com> Fix compilation warning in Trusty SPD

In release builds, the Trusty SPD fails to build because of an unused
variable. Note that this warning message doesn't show in debug builds
because INFO() messages are not compiled out like in release mode.

This patch fixes this issue by removing this variable and using its
value in place directly in the INFO() macro call.

Change-Id: I1f552421181a09412315eef4eaca586012022018
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>