mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/15050/head
parent
56ffd54dd4
commit
aeee26019e
|
@ -5196,7 +5196,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": [
|
||||
|
@ -5252,7 +5252,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": [
|
||||
|
|
Loading…
Reference in New Issue