Skip to content

Commit

Permalink
plat-stm32mp1: change tamp config from service_init to driver_init_late
Browse files Browse the repository at this point in the history
Change in initcall let stm32_configure_tamp access probe data after
stm32_tamp_probe.

Change-Id: I47fb91fdab76169c1ef9aa82d7256ac6f1ec232e
Signed-off-by: Amit Mittal <[email protected]>
Reviewed-on: https://gerrit.st.com/c/mpu/oe/optee/optee_os/+/373377
Reviewed-by: Gatien CHEVALLIER <[email protected]>
Domain-Review: Yann GAUTIER <[email protected]>
ACI: CITOOLS <[email protected]>
Reviewed-by: Yann GAUTIER <[email protected]>
  • Loading branch information
AMISTM authored and ashishverma2691 committed Jul 26, 2024
1 parent 0313e3e commit 7839e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/plat-stm32mp1/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ static TEE_Result stm32_configure_tamp(void)
return TEE_SUCCESS;
}

service_init(stm32_configure_tamp);
driver_init_late(stm32_configure_tamp);
#endif

#ifdef CFG_STM32_HSE_MONITORING
Expand Down

0 comments on commit 7839e30

Please sign in to comment.