Skip to content

Commit 5568cb5

Browse files
nvlsianpujukkar
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 c6e2585)
1 parent f286b2d commit 5568cb5

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
@@ -447,7 +447,6 @@ config MBEDTLS_CFG_FILE
447447
# is used, but the fact is that Mbed TLS' ASN1 parse module is used
448448
# also when TinyCrypt is used as crypto backend.
449449
default "mcuboot-mbedtls-cfg.h" if BOOT_USE_TINYCRYPT
450-
default "config-tls-generic.h" if NRF_SECURITY && (MBEDTLS_BUILTIN || BOOT_USE_PSA_CRYPTO)
451450
default "mcuboot-mbedtls-cfg.h" if BOOT_USE_MBEDTLS && !MBEDTLS_BUILTIN
452451

453452
config BOOT_HW_KEY

0 commit comments

Comments
 (0)