Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
c0a70dbd
Commit
c0a70dbd
authored
Jun 09, 2017
by
davidcunado-arm
Committed by
GitHub
Jun 09, 2017
Browse files
Merge pull request #971 from Xilinx/tegra
tegra: Fix build errors
parents
2f73f48e
d20f189d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/nvidia/tegra/common/tegra_bl31_setup.c
View file @
c0a70dbd
...
...
@@ -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_from_bl2
;
#if
DEBUG
#if
LOG_LEVEL >= LOG_LEVEL_INFO
int
impl
=
(
read_midr
()
>>
MIDR_IMPL_SHIFT
)
&
MIDR_IMPL_MASK
;
#endif
image_info_t
bl32_img_info
=
{
{
0
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment