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
821d3547
Unverified
Commit
821d3547
authored
Oct 10, 2018
by
Soby Mathew
Committed by
GitHub
Oct 10, 2018
Browse files
Merge pull request #1607 from girishpathak/gp/346_sgm775_earlylog_fix_v2
plat/arm/css/sgm: Reorder early platform init
parents
7c39f6f7
2879b5c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/css/sgm/sgm_bl1_setup.c
View file @
821d3547
...
...
@@ -12,11 +12,13 @@
void
bl1_early_platform_setup
(
void
)
{
/* Initialize the platform configuration structure */
plat_config_init
();
/* Initialize the console before anything else */
arm_bl1_early_platform_setup
();
/* Initialize the platform configuration structure */
plat_config_init
();
#if !HW_ASSISTED_COHERENCY
/*
* Initialize Interconnect for this cluster during cold boot.
...
...
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