juno: Initialise UART console in all bootloader stages
Ensure that each bootloader stage initializes the UART console
independently. As a result, both BL3-1 and BL2 platform code now
calls console_init() instead of relying on BL1 to perform console
setup.

Also perform the console initialisation earlier in BL1 because
it must be done before it is used e.g. through a printf() call
in an assert() statement.

Change-Id: I8bb58cf1f0e42a71a01abf65da30bfa4ae533665
1 parent 4114d89 commit c8deb8b4824ff423ad5f70ca384a9a6ef388f863
@Sandrine Bailleux Sandrine Bailleux authored on 1 May 2014
Showing 3 changed files
View
plat/juno/bl1_plat_setup.c
View
plat/juno/bl2_plat_setup.c
View
plat/juno/bl31_plat_setup.c