• Sandrine Bailleux's avatar
    Tegra: Fix up INFO() message · c426fd70
    Sandrine Bailleux authored
    With commit cf24229e
    
     ("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: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
    c426fd70
tegra_bl31_setup.c 11.7 KB