Skip to content

Commit

Permalink
targets: ARM_MUSCA: Update tfm_target_names
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rwalton-arm committed Sep 13, 2021
1 parent 552350e commit ce0ffa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5098,7 +5098,7 @@
"function": "ArmMuscaB1Code.binary_hook"
},
"secure_image_filename": "tfm_s.bin",
"tfm_target_name": "musca_b1/sse_200",
"tfm_target_name": "arm/musca_b1/sse_200",
"tfm_bootloader_supported": true,
"tfm_default_toolchain": "ARMCLANG",
"tfm_supported_toolchains": [
Expand Down Expand Up @@ -5154,7 +5154,7 @@
"function": "ArmMuscaS1Code.binary_hook"
},
"secure_image_filename": "tfm_s.bin",
"tfm_target_name": "musca_s1",
"tfm_target_name": "arm/musca_s1",
"tfm_bootloader_supported": true,
"tfm_default_toolchain": "ARMCLANG",
"tfm_supported_toolchains": [
Expand Down

0 comments on commit ce0ffa1

Please sign in to comment.