Unverified Commit 821d3547 authored by Soby Mathew's avatar Soby Mathew Committed by GitHub
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
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment