Skip to content

Commit 58aa9d7

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 target.json with the new locations.
1 parent 7231746 commit 58aa9d7

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
@@ -5098,7 +5098,7 @@
50985098
"function": "ArmMuscaB1Code.binary_hook"
50995099
},
51005100
"secure_image_filename": "tfm_s.bin",
5101-
"tfm_target_name": "musca_b1/sse_200",
5101+
"tfm_target_name": "arm/musca_b1/sse_200",
51025102
"tfm_bootloader_supported": true,
51035103
"tfm_default_toolchain": "ARMCLANG",
51045104
"tfm_supported_toolchains": [
@@ -5154,7 +5154,7 @@
51545154
"function": "ArmMuscaS1Code.binary_hook"
51555155
},
51565156
"secure_image_filename": "tfm_s.bin",
5157-
"tfm_target_name": "musca_s1",
5157+
"tfm_target_name": "arm/musca_s1",
51585158
"tfm_bootloader_supported": true,
51595159
"tfm_default_toolchain": "ARMCLANG",
51605160
"tfm_supported_toolchains": [

0 commit comments

Comments
 (0)