mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
Merge "feat(stm32mp1): only fuse monotonic counter on closed devices" into integration
This commit is contained in:
commit
84f9abecca
1 changed files with 3 additions and 1 deletions
|
@ -367,7 +367,9 @@ skip_console_init:
|
|||
print_reset_reason();
|
||||
|
||||
#if STM32MP15
|
||||
update_monotonic_counter();
|
||||
if (stm32mp_check_closed_device() == STM32MP_CHIP_SEC_CLOSED) {
|
||||
update_monotonic_counter();
|
||||
}
|
||||
#endif
|
||||
|
||||
stm32mp1_syscfg_enable_io_compensation_finish();
|
||||
|
|
Loading…
Add table
Reference in a new issue