1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Automatically set MBEDTLS_NO_PLATFORM_ENTROPY in TF-M config

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2023-11-29 09:44:44 +00:00
parent e4cf9b6f95
commit 51e72456f9
2 changed files with 9 additions and 3 deletions

View File

@ -4125,9 +4125,6 @@ component_build_tfm_armcc() {
# test the TF-M configuration can build cleanly with various warning flags enabled
cp configs/config-tfm.h "$CONFIG_H"
# MBEDTLS_NO_PLATFORM_ENTROPY is needed as we are building for baremetal
./scripts/config.py --force set MBEDTLS_NO_PLATFORM_ENTROPY
msg "build: TF-M config, armclang armv7-m thumb2"
armc6_build_test "--target=arm-arm-none-eabi -march=armv7-m -mthumb -Os -std=c99 -Werror -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wimplicit-fallthrough -Wshadow -Wvla -Wformat=2 -Wno-format-nonliteral -Wshadow -Wasm-operand-widths -Wunused -I../tests/include/spe"
}