Skip to content

Commit 3aa0744

Browse files
committed
[nrf noup] boot/zephyr/Kconfig: fix MBEDTLS_CFG_FILE value
Zephyr provides "mcuboot-mbedtls-cfg.h" as glue interface for configure mbedts. "config-tls-generic.h" default value was erroneously introduced during a meta codebase synchronization. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 4a10c05 commit 3aa0744

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ config MBEDTLS_CFG_FILE
428428
# is used, but the fact is that Mbed TLS' ASN1 parse module is used
429429
# also when TinyCrypt is used as crypto backend.
430430
default "mcuboot-mbedtls-cfg.h" if BOOT_USE_TINYCRYPT
431-
default "config-tls-generic.h" if NRF_SECURITY && (MBEDTLS_BUILTIN || BOOT_USE_PSA_CRYPTO)
432431
default "mcuboot-mbedtls-cfg.h" if BOOT_USE_MBEDTLS && !MBEDTLS_BUILTIN
433432

434433
config BOOT_HW_KEY

0 commit comments

Comments
 (0)