Fix incorrect paths to generate_psa_constants.py

This commit fixes incorrect paths to generate_psa_constants.py after
being moves to tf-psa-crypto.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
Harry Ramsey
2024-11-04 16:41:22 +00:00
parent 91c0d4685f
commit fb4824b496
3 changed files with 3 additions and 2 deletions

View File

@@ -13,5 +13,6 @@ import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__),
os.path.pardir,
os.path.pardir,
'framework', 'scripts'))