Skip to content

Commit 576a950

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 72bcf38 commit 576a950

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

boot/zephyr/Kconfig

-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ config MBEDTLS_CFG_FILE
415415
# is used, but the fact is that Mbed TLS' ASN1 parse module is used
416416
# also when TinyCrypt is used as crypto backend.
417417
default "mcuboot-mbedtls-cfg.h" if BOOT_USE_TINYCRYPT
418-
default "config-tls-generic.h" if NRF_SECURITY && (MBEDTLS_BUILTIN || BOOT_USE_PSA_CRYPTO)
419418
default "mcuboot-mbedtls-cfg.h" if BOOT_USE_MBEDTLS && !MBEDTLS_BUILTIN
420419

421420
config BOOT_HW_KEY

0 commit comments

Comments
 (0)