zephyr: cmake: Fix a typo in file CMakeLists.txt

Replace "bur" with "but".

Signed-off-by: Ding Tao <miyatsu@qq.com>
This commit is contained in:
Ding Tao 2018-06-08 14:37:13 +00:00 committed by Fabio Utzig
parent 263d4398fa
commit f97cb7143d
1 changed files with 1 additions and 1 deletions

View File

@ -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")