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
c275ea18
Commit
c275ea18
authored
Jun 25, 2020
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
Jun 25, 2020
Browse files
Merge "Fix usage of incorrect function name" into integration
parents
ccf58632
5703c737
Changes
1
Show whitespace changes
Inline
Side-by-side
plat/brcm/board/stingray/src/bl31_setup.c
View file @
c275ea18
...
...
@@ -923,7 +923,7 @@ void plat_bcm_bl31_early_platform_setup(void *from_bl2,
scp_image_info
.
image_base
=
PRELOADED_SCP_BASE
;
scp_image_info
.
image_size
=
PRELOADED_SCP_SIZE
;
bcm_bl2_plat_handle_scp_bl2
(
&
scp_image_info
);
plat_
bcm_bl2_plat_handle_scp_bl2
(
&
scp_image_info
);
#endif
/*
* In BL31, logs are saved to DDR and we have much larger space to
...
...
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