Use better config name

Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
Gabor Mezei
2024-12-05 10:00:41 +01:00
parent afc5fa5ad2
commit 1044a8066b
@@ -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):