Skip to content

Commit

Permalink
plat-stm32mp1: provision system thread for SCMI support
Browse files Browse the repository at this point in the history
Provision a system thread for SCMI support on platform STM32MP1

Acked-by: Jens Wiklander <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Feb 1, 2023
1 parent 2bc6f5c commit 687e777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/arch/arm/plat-stm32mp1/conf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ endif

# Provision enough threads to pass xtest
ifneq (,$(filter y,$(CFG_SCMI_PTA) $(CFG_STM32MP1_SCMI_SIP)))
CFG_NUM_SYSTEM_THREADS ?= 1
ifeq ($(CFG_WITH_PAGER),y)
CFG_NUM_THREADS ?= 3
else
Expand Down

0 comments on commit 687e777

Please sign in to comment.