commit | 25fd63c56544fb93aa220d023d0618e7d6868ab8 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Thu Nov 14 17:27:57 2024 +0100 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Thu Nov 14 17:27:57 2024 +0100 |
tree | 7071e8d64e0890ac03e3686b5c0d0b2da675f81d | |
parent | d58e10be2a297d6a5b6e96d6a256e2ea53e6434b [diff] | |
parent | 6cc09fc00eabe9886e9f4b08e21ae0b213a67f9c [diff] |
Merge "fix(stm32mp2): enable timer earlier in BL31" into integration
diff --git a/plat/st/stm32mp2/bl31_plat_setup.c b/plat/st/stm32mp2/bl31_plat_setup.c index 586bfe8..a7a3721 100644 --- a/plat/st/stm32mp2/bl31_plat_setup.c +++ b/plat/st/stm32mp2/bl31_plat_setup.c
@@ -62,6 +62,8 @@ panic(); } + generic_delay_timer_init(); + (void)stm32mp_uart_console_setup(); /* @@ -122,8 +124,6 @@ void bl31_plat_arch_setup(void) { - generic_delay_timer_init(); - stm32mp_gic_init(); }