arm-trusted-firmware/plat/nvidia/tegra
Soren Brinkmann d20f189db4 tegra: Fix build errors
The 'impl' variable is guarded by the symbol DEBUG, but used in an INFO
level print statement. INFO is defined based on LOG_LEVEL. Hence, builds
would fail when
 - DEBUG=0 && LOG_LEVEL>=LOG_LEVEL_INFO with a variable used but not defined
 - DEBUG=1 && LOG_LEVEL<LOG_LEVEL_INFO with a variable defined but not used

Fixing this by guarding impl with the same condition that guards INFO.

Fixes ARM-software/tf-issues#490
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
2017-06-08 07:02:20 -07:00
..
common tegra: Fix build errors 2017-06-08 07:02:20 -07:00
include Tegra: Break circular dependency in platform header files 2017-05-12 09:34:56 +01:00
soc Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
platform.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00