Merge pull request #1607 from girishpathak/gp/346_sgm775_earlylog_fix_v2

plat/arm/css/sgm: Reorder early platform init
This commit is contained in:
Soby Mathew 2018-10-10 13:59:47 +01:00 committed by GitHub
commit 821d3547e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -12,11 +12,13 @@
void bl1_early_platform_setup(void)
{
/* Initialize the console before anything else */
arm_bl1_early_platform_setup();
/* Initialize the platform configuration structure */
plat_config_init();
arm_bl1_early_platform_setup();
#if !HW_ASSISTED_COHERENCY
/*
* Initialize Interconnect for this cluster during cold boot.