arm-trusted-firmware/plat
Sandrine Bailleux 20d284c08d 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
2014-02-26 19:53:48 +00:00
..
common/aarch64 Increase coherent stack sizes 2014-02-17 18:51:44 +00:00
fvp fvp: Initialise UART earlier 2014-02-26 19:53:48 +00:00