arm-trusted-firmware/plat/nvidia/tegra/common
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
..
aarch64 Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
drivers Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_bl31_setup.c tegra: Fix build errors 2017-06-08 07:02:20 -07:00
tegra_common.mk Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_delay_timer.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_fiq_glue.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_gic.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_platform.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_pm.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_sip_calls.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
tegra_topology.c Use SPDX license identifiers 2017-05-03 09:39:28 +01:00