mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
![]() If compiling with STM32MP13 with DECRYPTION_SUPPORT != none, there is a compilation error: plat/st/common/stm32mp_crypto_lib.c: In function 'plat_get_enc_key_info': plat/st/common/stm32mp_crypto_lib.c:532:25: error: implicit declaration of function 'zeromem' [-Werror=implicit-function-declaration] 532 | zeromem(key, *key_len); | ^~~~~~~ Adding #include <lib/utils.h> solves the error. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I0a20c5632f0379612149333e69875369d4cfca15 |
||
---|---|---|
.. | ||
include | ||
bl2_io_storage.c | ||
stm32cubeprogrammer_uart.c | ||
stm32cubeprogrammer_usb.c | ||
stm32mp_common.c | ||
stm32mp_crypto_lib.c | ||
stm32mp_dt.c | ||
stm32mp_fconf_io.c | ||
stm32mp_trusted_boot.c | ||
usb_dfu.c |