Use better config name

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2024-11-29 12:58:44 +01:00
parent afc5fa5ad2
commit 1044a8066b
No known key found for this signature in database
GPG Key ID: 6310BD29B0BFF98C

View File

@ -124,7 +124,7 @@ class TFPSACryptoConfigFile(config_common.ConfigFile):
_path_in_tree)]
def __init__(self, filename=None):
super().__init__(self.default_path, 'Crypto', filename)
super().__init__(self.default_path, 'TF-PSA-Crypto', filename)
class TFPSACryptoConfig(config_common.Config):