~aleteoryx/muditaos

773878294421e796e9d4f6cd404f22f85d2fc436 — Lukasz Mastalerz 2 years ago 6665a43
[BH-1766] Update ecoboot version

Update ecoboot version for Harmony to 2.0.5
1 files changed, 1 insertions(+), 1 deletions(-)

M products/BellHybrid/BinaryAssetsVersions.cmake
M products/BellHybrid/BinaryAssetsVersions.cmake => products/BellHybrid/BinaryAssetsVersions.cmake +1 -1
@@ 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)