Fixes armcc builds in all.sh

MBEDTLS_NV_SEED needs to be disabled in builds without filesystem IO.
This commit is contained in:
Simon Butcher 2016-06-27 19:02:12 +01:00
parent cff625f841
commit 1c71965d46

View File

@ -323,6 +323,7 @@ scripts/config.pl full
scripts/config.pl unset MBEDTLS_NET_C
scripts/config.pl unset MBEDTLS_TIMING_C
scripts/config.pl unset MBEDTLS_FS_IO
scripts/config.pl unset MBEDTLS_ENTROPY_NV_SEED
scripts/config.pl unset MBEDTLS_HAVE_TIME
scripts/config.pl unset MBEDTLS_HAVE_TIME_DATE
scripts/config.pl set MBEDTLS_NO_PLATFORM_ENTROPY