mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #9978 from kfnta/psa_release_tool_fix
PSA: Fix psa/release.py toolpull/9994/head
commit
277c91f3b7
|
@ -117,7 +117,7 @@ def build_tfm_platform(target, toolchain):
|
||||||
|
|
||||||
|
|
||||||
def build_psa_platform(target, toolchain):
|
def build_psa_platform(target, toolchain):
|
||||||
if _psa_backend(options.mcu) is 'TFM':
|
if _psa_backend(target) is 'TFM':
|
||||||
build_tfm_platform(target, toolchain)
|
build_tfm_platform(target, toolchain)
|
||||||
else:
|
else:
|
||||||
build_mbed_spm_platform(target, toolchain)
|
build_mbed_spm_platform(target, toolchain)
|
||||||
|
|
Loading…
Reference in New Issue