From: Yann Gautier Date: Mon, 24 Apr 2023 09:44:51 +0000 (+0200) Subject: fix(stm32mp1): always define PKA algos flags X-Git-Tag: baikal/aarch64/sdk5.10~1^2~32^2~4 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=e0e2d64f47654e4d86d0e400977eab0e4a01523e;p=arm-tf.git fix(stm32mp1): always define PKA algos flags The flags to set PKA algo are set to 0 when TRUSTED_BOARD_BOOT is not set. Signed-off-by: Yann Gautier Change-Id: Ib70a2bc51451a2047d7a50a8307e9063d4a2a0ee --- diff --git a/plat/st/stm32mp1/platform.mk b/plat/st/stm32mp1/platform.mk index 75c23833e..55423aebb 100644 --- a/plat/st/stm32mp1/platform.mk +++ b/plat/st/stm32mp1/platform.mk @@ -73,6 +73,9 @@ $(error "DECRYPTION_SUPPORT not supported on STM32MP15") endif endif +PKA_USE_NIST_P256 ?= 0 +PKA_USE_BRAINPOOL_P256T1 ?= 0 + ifeq ($(AARCH32_SP),sp_min) # Disable Neon support: sp_min runtime may conflict with non-secure world TF_CFLAGS += -mfloat-abi=soft