aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRonald Cron <ronald.cron@arm.com>2024-06-10 14:25:46 +0200
committerRonald Cron <ronald.cron@arm.com>2024-06-13 09:51:20 +0200
commit7e5d61c41a1cea244ae2a69208d494ff7e44e62a (patch)
tree79f02eb3d14e33f5cfb72c78dd3bc4aed552cd15 /scripts
parent1451a76958b3347902144e81a2f150742e0786cb (diff)
downloadmbedtls-7e5d61c41a1cea244ae2a69208d494ff7e44e62a.zip
mbedtls-7e5d61c41a1cea244ae2a69208d494ff7e44e62a.tar.gz
mbedtls-7e5d61c41a1cea244ae2a69208d494ff7e44e62a.tar.bz2
Adjust more paths to PSA headers
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/code_size_compare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/code_size_compare.py b/scripts/code_size_compare.py
index 50749b6..ce752e4 100755
--- a/scripts/code_size_compare.py
+++ b/scripts/code_size_compare.py
@@ -149,7 +149,7 @@ TFM_MEDIUM_CONFIG_H = 'configs/ext/tfm_mbedcrypto_config_profile_medium.h'
TFM_MEDIUM_CRYPTO_CONFIG_H = 'configs/ext/crypto_config_profile_medium.h'
CONFIG_H = 'include/mbedtls/mbedtls_config.h'
-CRYPTO_CONFIG_H = 'include/psa/crypto_config.h'
+CRYPTO_CONFIG_H = 'tf-psa-crypto/include/psa/crypto_config.h'
BACKUP_SUFFIX = '.code_size.bak'
class CodeSizeBuildInfo: # pylint: disable=too-few-public-methods