From b74b092f22ea29950f291104a84e3433f4efd7d6 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Mon, 17 Feb 2025 16:46:28 +1000 Subject: [PATCH] modules: tf-m: fix build verbosity Only set CMAKE_INSTALL_MESSAGE in a single location, remove the unconditional overrides of the value in other locations. This prevents dozens of rather pointless messages appearing in the build log when CONFIG_TFM_BUILD_LOG_QUIET is set. ``` Installing: /home/jordan/code/workspace/build/nrf5340dk/... ``` Signed-off-by: Jordan Yates --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 9477d9304091..4931e246eea2 100644 --- a/west.yml +++ b/west.yml @@ -353,7 +353,7 @@ manifest: groups: - tee - name: trusted-firmware-m - revision: 2f138475047d566f1446f62657aa546b0e0b52c2 + revision: 918f32d9fce5e0ee59fc33844b5317b7626ce37a path: modules/tee/tf-m/trusted-firmware-m groups: - tee