Skip to content

Commit

Permalink
plat-stm32mp2: conf: default enable STGEN for STM32MP2 platforms
Browse files Browse the repository at this point in the history
Default enable STGEN for STM32MP2 platforms.

Signed-off-by: Gatien Chevallier <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
  • Loading branch information
GseoC committed Jan 8, 2025
1 parent 027c6ac commit 29d0dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/arch/arm/plat-stm32mp2/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $(call force,CFG_HALT_CORES_ON_PANIC_SGI,15)
$(call force,CFG_INIT_CNTVOFF,y)
$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y)
$(call force,CFG_STM32_SHARED_IO,y)
$(call force,CFG_STM32_STGEN,y)
$(call force,CFG_STM32MP_CLK_CORE,y)
$(call force,CFG_STM32MP25_CLK,y)
$(call force,CFG_STM32MP25_RSTCTRL,y)
Expand Down

0 comments on commit 29d0dd7

Please sign in to comment.