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
ff990202
Commit
ff990202
authored
Jan 12, 2015
by
danh-arm
Browse files
Merge pull request #228 from jcastillo-arm/jc/tf-issues/274
Bug fix: initialize bl30_image_info fields before use
parents
23cf7d0f
92de3565
Changes
1
Show whitespace changes
Inline
Side-by-side
bl2/bl2_main.c
View file @
ff990202
...
...
@@ -61,6 +61,7 @@ static int load_bl30(void)
*/
INFO
(
"BL2: Loading BL3-0
\n
"
);
bl2_plat_get_bl30_meminfo
(
&
bl30_mem_info
);
bl30_image_info
.
h
.
version
=
VERSION_1
;
e
=
load_image
(
&
bl30_mem_info
,
BL30_IMAGE_NAME
,
BL30_BASE
,
...
...
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