summaryrefslogtreecommitdiff
path: root/plat/fvp/bl32_fvp_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/fvp/bl32_fvp_setup.c')
-rw-r--r--plat/fvp/bl32_fvp_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/fvp/bl32_fvp_setup.c b/plat/fvp/bl32_fvp_setup.c
index 901c5857..aa49ff3c 100644
--- a/plat/fvp/bl32_fvp_setup.c
+++ b/plat/fvp/bl32_fvp_setup.c
@@ -72,7 +72,7 @@ void bl32_early_platform_setup(void)
* Initialize a different console than already in use to display
* messages from TSP
*/
- console_init(PL011_UART1_BASE);
+ console_init(PL011_UART1_BASE, PL011_UART1_CLK_IN_HZ, PL011_BAUDRATE);
/* Initialize the platform config for future decision making */
fvp_config_setup();