Skip to content

Commit 2b847f1

Browse files
committed
Update the default chip_crypto to use mbedtls without trustm.
1 parent c44c4fa commit 2b847f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/builders/infineon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __init__(self,
9696
if enable_trustm:
9797
self.extra_gn_options.append('chip_crypto=\"platform\"')
9898
if enable_trustm is False:
99-
self.extra_gn_options.append('chip_crypto=\"\"')
99+
self.extra_gn_options.append('chip_crypto=\"mbedtls\"')
100100
def GnBuildArgs(self):
101101
return self.extra_gn_options
102102

0 commit comments

Comments
 (0)