Skip to content

Commit bd9d615

Browse files
committed
Remove MBEDTLS_PSA_CRYPTO_C from PSA NS targets
Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent cb8f2c0 commit bd9d615

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

targets/targets.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,6 @@
20742074
"MBED_FAULT_HANDLER_DISABLED",
20752075
"CMSIS_NVIC_VIRTUAL",
20762076
"MBED_MPU_CUSTOM",
2077-
"MBEDTLS_PSA_CRYPTO_C",
20782077
"NXP_LPADC"
20792078
],
20802079
"components_add": ["FLASHIAP"],
@@ -5445,8 +5444,7 @@
54455444
"MBED_FAULT_HANDLER_DISABLED",
54465445
"CMSIS_NVIC_VIRTUAL",
54475446
"LPTICKER_DELAY_TICKS=1",
5448-
"MBED_MPU_CUSTOM",
5449-
"MBEDTLS_PSA_CRYPTO_C"
5447+
"MBED_MPU_CUSTOM"
54505448
],
54515449
"extra_labels_add": ["MUSCA_A1_NS", "PSA", "TFM"],
54525450
"post_binary_hook": {"function": "ArmMuscaA1Code.binary_hook"},
@@ -8331,7 +8329,6 @@
83318329
"extra_labels_add": ["PSA", "MBED_SPM"],
83328330
"components_add": ["SPM_MAILBOX", "FLASHIAP"],
83338331
"device_has_remove": ["CRC"],
8334-
"macros_add": ["MBEDTLS_PSA_CRYPTO_C"],
83358332
"hex_filename": "psa_release_1.0.hex",
83368333
"overrides": {
83378334
"secure-rom-start": "0x10000000",

0 commit comments

Comments
 (0)