fvp: Initialise UART earlier
The UART used to be initialised in bl1_platform_setup(). This is too
late because there are some calls to the assert() macro, which needs
to print some messages on the console, before that.

This patch moves the UART initialisation code to
bl1_early_platform_setup().

Fixes ARM-software/tf-issues#49

Change-Id: I98c83a803866372806d2a9c2e1ed80f2ef5b3bcc
1 parent 090630e commit 20d284c08d81c288c821ba6878d005dd89c6cfaa
@Sandrine Bailleux Sandrine Bailleux authored on 21 Feb 2014
Dan Handley committed on 26 Feb 2014
Showing 2 changed files
View
docs/porting-guide.md
View
plat/fvp/bl1_plat_setup.c