Revert "Undo temporary changes in all-helpers.sh"

This reverts commit b1eee4934879253539db15e996fbb7baed9e3ffc.

Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
This commit is contained in:
Elena Uziunaite
2024-11-21 15:52:19 +00:00
parent b20fcb55e7
commit c3cee628f5
+4 -3
View File
@@ -68,9 +68,10 @@ helper_libtestdriver1_adjust_config() {
fi fi
# Enable PSA-based config (necessary to use drivers) # Enable PSA-based config (necessary to use drivers)
if in_mbedtls_repo && in_3_6_branch; then # The configuration option has been removed for 4.0. While the project and
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG # branch detection shell in shell work is not completed, just ignore the
fi # failure to set MBEDTLS_PSA_CRYPTO_CONFIG.
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG || true
# Dynamic secure element support is a deprecated feature and needs to be disabled here. # Dynamic secure element support is a deprecated feature and needs to be disabled here.
# This is done to have the same form of psa_key_attributes_s for libdriver and library. # This is done to have the same form of psa_key_attributes_s for libdriver and library.