From: Renz Christian Bagaporo Date: Thu, 22 Nov 2018 10:46:44 +0000 (+0800) Subject: cmake: remove unecessary info passed to bootloader build X-Git-Tag: v3.3-beta1~73^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a02a12aa4c518eb3485c31c3be9b728e135bd62;p=esp-idf cmake: remove unecessary info passed to bootloader build --- diff --git a/components/bootloader/project_include.cmake b/components/bootloader/project_include.cmake index 54799088cd..d997510e95 100644 --- a/components/bootloader/project_include.cmake +++ b/components/bootloader/project_include.cmake @@ -51,8 +51,7 @@ if((NOT CONFIG_SECURE_BOOT_ENABLED) OR # TODO: support overriding the bootloader in COMPONENT_PATHS SOURCE_DIR "${IDF_PATH}/components/bootloader/subproject" BINARY_DIR "${bootloader_build_dir}" - CMAKE_ARGS -DSDKCONFIG=${SDKCONFIG} -DIDF_PATH=${IDF_PATH} -DEXTRA_COMPONENT_DIRS=${COMPONENT_DIRS} - -DTESTS_ALL=0 -DTEST_COMPONENTS="" + CMAKE_ARGS -DSDKCONFIG=${SDKCONFIG} -DIDF_PATH=${IDF_PATH} -DSECURE_BOOT_SIGNING_KEY=${secure_boot_signing_key} INSTALL_COMMAND "" BUILD_ALWAYS 1 # no easy way around this...