From 4a18b79f0b827d9f022d110c32389392da280503 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 14 Jul 2025 10:09:17 -0400 Subject: [PATCH] zephyr: remove commented configs for tinycrypt Those commented configs cause build issues when tinycrypt is not available. Signed-off-by: Anas Nashif --- boot/zephyr/prj.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/boot/zephyr/prj.conf b/boot/zephyr/prj.conf index 02b27f1c4..a82767187 100644 --- a/boot/zephyr/prj.conf +++ b/boot/zephyr/prj.conf @@ -11,12 +11,6 @@ CONFIG_BOOT_BOOTSTRAP=n ### mbedTLS has its own heap # CONFIG_HEAP_MEM_POOL_SIZE is not set -### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed, -### MCUboot has its own copy in tree. -# CONFIG_TINYCRYPT is not set -# CONFIG_TINYCRYPT_ECC_DSA is not set -# CONFIG_TINYCRYPT_SHA256 is not set - CONFIG_FLASH=y ### Various Zephyr boards enable features that we don't want.