From 7245d5ed3b48f62f543fc2bb38aacf8e18ed680c Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Thu, 22 Apr 2021 15:46:50 +0100 Subject: [PATCH] Rename tfm_target_name for ARM_MUSCA_B1 The mbed-os-tf-m-regression-tests build scripts gets a mapping of Mbed OS target names to TF-M target names from `targets.json`. TF-M v1.3 has renamed musca_b1 to musca_b1/sse_200, this commit updates that accordingly to ensure successful build of TF-M and tests for ARM_MUSCA_B1. --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index 6beb868065..99dafdf87c 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -4874,7 +4874,7 @@ "function": "ArmMuscaB1Code.binary_hook" }, "secure_image_filename": "tfm_s.bin", - "tfm_target_name": "musca_b1", + "tfm_target_name": "musca_b1/sse_200", "tfm_bootloader_supported": true, "tfm_default_toolchain": "ARMCLANG", "tfm_supported_toolchains": [