Skip to content

Commit b09f774

Browse files
nvlsianpunordicjm
authored andcommitted
[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]> (cherry picked from commit 3aa0744)
1 parent bc7bc71 commit b09f774

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
@@ -425,7 +425,6 @@ config MBEDTLS_CFG_FILE
425425
# is used, but the fact is that Mbed TLS' ASN1 parse module is used
426426
# also when TinyCrypt is used as crypto backend.
427427
default "mcuboot-mbedtls-cfg.h" if BOOT_USE_TINYCRYPT
428-
default "config-tls-generic.h" if NRF_SECURITY && (MBEDTLS_BUILTIN || BOOT_USE_PSA_CRYPTO)
429428
default "mcuboot-mbedtls-cfg.h" if BOOT_USE_MBEDTLS && !MBEDTLS_BUILTIN
430429

431430
config BOOT_HW_KEY

0 commit comments

Comments
 (0)