Skip to content

Commit 7245d5e

Browse files
committed
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.
1 parent 9738b27 commit 7245d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4874,7 +4874,7 @@
48744874
"function": "ArmMuscaB1Code.binary_hook"
48754875
},
48764876
"secure_image_filename": "tfm_s.bin",
4877-
"tfm_target_name": "musca_b1",
4877+
"tfm_target_name": "musca_b1/sse_200",
48784878
"tfm_bootloader_supported": true,
48794879
"tfm_default_toolchain": "ARMCLANG",
48804880
"tfm_supported_toolchains": [

0 commit comments

Comments
 (0)