mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 15:24:54 +00:00
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 <yann.gautier@foss.st.com> Change-Id: Ib70a2bc51451a2047d7a50a8307e9063d4a2a0ee
This commit is contained in:
parent
231a0adb6a
commit
e0e2d64f47
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ $(error "DECRYPTION_SUPPORT not supported on STM32MP15")
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
PKA_USE_NIST_P256 ?= 0
|
||||||
|
PKA_USE_BRAINPOOL_P256T1 ?= 0
|
||||||
|
|
||||||
ifeq ($(AARCH32_SP),sp_min)
|
ifeq ($(AARCH32_SP),sp_min)
|
||||||
# Disable Neon support: sp_min runtime may conflict with non-secure world
|
# Disable Neon support: sp_min runtime may conflict with non-secure world
|
||||||
TF_CFLAGS += -mfloat-abi=soft
|
TF_CFLAGS += -mfloat-abi=soft
|
||||||
|
|
Loading…
Add table
Reference in a new issue