mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-08 18:54:23 +02:00
Use better config name
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user