Skip to content

Commit f72e47f

Browse files
committed
RZ_A1H: Change to NVSeed instead of PSA
1 parent b0ef97b commit f72e47f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mbed_app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,7 @@
410410
"target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"]
411411
},
412412
"RZ_A1H": {
413-
"target.extra_labels_add" : ["PSA"],
414-
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS_SW_TRNG_PSA.h\"", "MBEDTLS_PSA_CRYPTO_C", "MBEDTLS_ENTROPY_NV_SEED", "PAL_USE_HW_TRNG=0"],
413+
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS_SW_TRNG.h\"", "MBEDTLS_ENTROPY_NV_SEED", "PAL_USE_HW_TRNG=0"],
415414
"target.bootloader_supported" : true,
416415
"target.network-default-interface-type" : "ETHERNET",
417416
"target.bootloader_img" : "bootloader/mbed-bootloader-gr_peach-internal_flash-no_rot-v4.1.2.bin",

0 commit comments

Comments
 (0)