Tegra: Fix up INFO() message
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 21 Jun 2018 09:41:43 +0000 (11:41 +0200)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 13 Jul 2018 09:31:17 +0000 (11:31 +0200)
commitc426fd709fcf15f4643ac6729425c205d0ac1683
tree40aa99ff9a229b97b50f64e2f22f1248c77021fb
parent6f4ee720831f9463a51be91e55cc40ff84070888
Tegra: Fix up INFO() message

With commit cf24229e6ef4 ("Run compiler on debug macros for type
checking"), the compiler will now always evaluate INFO() macro
calls, no matter the LOG_LEVEL value. Therefore, any variable
referenced in the macro has to be be defined.

Address this issue by removing the local variable and using the
expression it was assigned directly in the INFO() call.

Change-Id: Iedc23b3538c1e162372e85390881e50718e50bf3
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
plat/nvidia/tegra/common/tegra_bl31_setup.c