boards: st: b_u585_iot02a: stick to RSA signature type in TF-M's MCUboot
The default has been changed to EC-P256, but there are issues with this board when TF-M is compiled with MCUBOOT_USE_PSA_CRYPTO (required by EC-P256) because of its integration in TF-M. Do not enable PSA crypto on this board for the time being. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
parent
6eccdb965a
commit
03d86fc7c7
1 changed files with 2 additions and 0 deletions
|
@ -19,3 +19,5 @@ CONFIG_PINCTRL=y
|
|||
CONFIG_ARM_TRUSTZONE_M=y
|
||||
CONFIG_RUNTIME_NMI=y
|
||||
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
|
||||
|
||||
CONFIG_TFM_MCUBOOT_SIGNATURE_TYPE="RSA-3072"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue