From f97cb7143d373fdac46a5a3e8c8c3b5786bc58f4 Mon Sep 17 00:00:00 2001 From: Ding Tao Date: Fri, 8 Jun 2018 14:37:13 +0000 Subject: [PATCH] zephyr: cmake: Fix a typo in file CMakeLists.txt Replace "bur" with "but". Signed-off-by: Ding Tao --- boot/zephyr/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/zephyr/CMakeLists.txt b/boot/zephyr/CMakeLists.txt index 318ca486..4ce1a8b4 100644 --- a/boot/zephyr/CMakeLists.txt +++ b/boot/zephyr/CMakeLists.txt @@ -113,7 +113,7 @@ CONFIG_MBEDTLS should not be enabled. \ Try adding CONFIG_BOOT_SIGNATURE_TYPE_ECDSA_P256=y to your prj.conf, \ delete the build folder and build from scratch.") endif() - # Since here we are not using Zephyr's mbedTLS bur rather our own, we need + # Since here we are not using Zephyr's mbedTLS but rather our own, we need # to set MBEDTLS_CONFIG_FILE ourselves. When using Zephyr's copy, this # variable is set by its Kconfig in the Zephyr codebase. target_compile_definitions(app PRIVATE MBEDTLS_CONFIG_FILE="${CMAKE_CURRENT_LIST_DIR}/include/mcuboot-mbedtls-cfg.h")