From 4729321f168f842f87bc01d5d509a79e3ede6c5b Mon Sep 17 00:00:00 2001 From: Etienne Carriere Date: Tue, 21 Nov 2023 14:18:37 +0100 Subject: [PATCH] ci: enable CFG_DRIVERS_CLK_PRINT_TREE for stm32mp1-135F_DK build Enables CFG_DRIVERS_CLK_PRINT_TREE when building stm32mp1-135F_DK. Reviewed-by: Jerome Forissier Signed-off-by: Etienne Carriere --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bad02208bd4..665b941b826 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: _make PLATFORM=stm-b2260 _make PLATFORM=stm-cannes _make PLATFORM=stm32mp1 - _make PLATFORM=stm32mp1-135F_DK + _make PLATFORM=stm32mp1-135F_DK CFG_DRIVERS_CLK_PRINT_TREE=y if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp1-157C_DK2 CFG_SCMI_SCPFW=y CFG_SCP_FIRMWARE=$HOME/scp-firmware; fi _make PLATFORM=stm32mp2 _make PLATFORM=vexpress-fvp