From 773878294421e796e9d4f6cd404f22f85d2fc436 Mon Sep 17 00:00:00 2001 From: Lukasz Mastalerz Date: Wed, 4 Oct 2023 11:50:05 +0200 Subject: [PATCH] [BH-1766] Update ecoboot version Update ecoboot version for Harmony to 2.0.5 --- products/BellHybrid/BinaryAssetsVersions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/BellHybrid/BinaryAssetsVersions.cmake b/products/BellHybrid/BinaryAssetsVersions.cmake index 947efb3cdfd3ceb04ebec46d3994a5fdd86fe19a..8570e93d4b354c4f7e65d30ec5af0608fa021435 100644 --- a/products/BellHybrid/BinaryAssetsVersions.cmake +++ b/products/BellHybrid/BinaryAssetsVersions.cmake @@ -1,7 +1,7 @@ # This file sets versions of downloaded binaries for release packaging purposes if( NOT DEFINED ECOBOOT_BIN_VERSION) - set(ECOBOOT_BIN_VERSION 2.0.4 CACHE STRING "bootloader binary version to download from bootloader release page") + set(ECOBOOT_BIN_VERSION 2.0.5 CACHE STRING "bootloader binary version to download from bootloader release page") endif() if (NOT DEFINED RECOVERY_BIN_VERSION)