mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-15 23:42:41 +00:00
Use better config name
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user