Skip to content

Commit aeee260

Browse files
committed
targets: ARM_MUSCA: Update tfm_target_names
The directory structure upstream has changed. Now ARM_MUSCA board support has been moved under an "arm" subdirectory. Update targets.json with the new locations.
1 parent 56ffd54 commit aeee260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5196,7 +5196,7 @@
51965196
"function": "ArmMuscaB1Code.binary_hook"
51975197
},
51985198
"secure_image_filename": "tfm_s.bin",
5199-
"tfm_target_name": "musca_b1/sse_200",
5199+
"tfm_target_name": "arm/musca_b1/sse_200",
52005200
"tfm_bootloader_supported": true,
52015201
"tfm_default_toolchain": "ARMCLANG",
52025202
"tfm_supported_toolchains": [
@@ -5252,7 +5252,7 @@
52525252
"function": "ArmMuscaS1Code.binary_hook"
52535253
},
52545254
"secure_image_filename": "tfm_s.bin",
5255-
"tfm_target_name": "musca_s1",
5255+
"tfm_target_name": "arm/musca_s1",
52565256
"tfm_bootloader_supported": true,
52575257
"tfm_default_toolchain": "ARMCLANG",
52585258
"tfm_supported_toolchains": [

0 commit comments

Comments
 (0)