mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 21:44:15 +00:00
Merge "fix(stm32mp2): enable timer earlier in BL31" into integration
This commit is contained in:
commit
2b7ca78594
1 changed files with 2 additions and 2 deletions
|
@ -62,6 +62,8 @@ void bl31_early_platform_setup2(u_register_t arg0, u_register_t arg1,
|
|||
panic();
|
||||
}
|
||||
|
||||
generic_delay_timer_init();
|
||||
|
||||
(void)stm32mp_uart_console_setup();
|
||||
|
||||
/*
|
||||
|
@ -122,8 +124,6 @@ void bl31_early_platform_setup2(u_register_t arg0, u_register_t arg1,
|
|||
|
||||
void bl31_plat_arch_setup(void)
|
||||
{
|
||||
generic_delay_timer_init();
|
||||
|
||||
stm32mp_gic_init();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue