ci: Change TF-M log level

Change the log level of TF-M so that the message that the CI is looking
for appears in the output.

Signed-off-by: Fabio Utzig <utzig@apache.org>
Change-Id: I763ccef4aaf6158ed578b230096f595a1e5cbfd9
Signed-off-by: Mate Toth-Pal <mate.toth-pal@arm.com>
This commit is contained in:
Mate Toth-Pal 2021-09-20 14:50:52 +02:00 committed by Tamas Ban
parent 66fecebb80
commit 056d9bc8dd
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ fi
mkdir -p $TFM_BUILD_DIR
cd $TFM_DIR
cmake -B $TFM_BUILD_DIR \
-DTFM_SPM_LOG_LEVEL=TFM_SPM_LOG_LEVEL_INFO \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
-DTFM_TOOLCHAIN_FILE=toolchain_GNUARM.cmake \
-DTFM_PLATFORM=arm/mps2/an521 \