Skip to content

Commit 37de179

Browse files
GseoCjforissier
authored andcommitted
plat-stm32mp2: conf: default enable STGEN for STM32MP2 platforms
Default enable STGEN for STM32MP2 platforms. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
1 parent 3d20b6a commit 37de179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/arch/arm/plat-stm32mp2/conf.mk

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ $(call force,CFG_HALT_CORES_ON_PANIC_SGI,15)
3232
$(call force,CFG_INIT_CNTVOFF,y)
3333
$(call force,CFG_SECURE_TIME_SOURCE_CNTPCT,y)
3434
$(call force,CFG_STM32_SHARED_IO,y)
35+
$(call force,CFG_STM32_STGEN,y)
3536
$(call force,CFG_STM32MP_CLK_CORE,y)
3637
$(call force,CFG_STM32MP25_CLK,y)
3738
$(call force,CFG_STM32MP25_RSTCTRL,y)

0 commit comments

Comments
 (0)