Merge pull request #971 from Xilinx/tegra

tegra: Fix build errors
This commit is contained in:
davidcunado-arm 2017-06-09 13:49:25 +01:00 committed by GitHub
commit c0a70dbd4a

View File

@ -122,7 +122,7 @@ void bl31_early_platform_setup(bl31_params_t *from_bl2,
{ {
plat_params_from_bl2_t *plat_params = plat_params_from_bl2_t *plat_params =
(plat_params_from_bl2_t *)plat_params_from_bl2; (plat_params_from_bl2_t *)plat_params_from_bl2;
#if DEBUG #if LOG_LEVEL >= LOG_LEVEL_INFO
int impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK; int impl = (read_midr() >> MIDR_IMPL_SHIFT) & MIDR_IMPL_MASK;
#endif #endif
image_info_t bl32_img_info = { {0} }; image_info_t bl32_img_info = { {0} };