~aleteoryx/muditaos

9afdfa420aef4538dbce8233f3edc586700143f3 — Maciej Janicki 4 years ago aca0bb9
[BH-1398] Fix boot welcome screen

Updates bootloader version to one with fixes
for BH-1398 & BH-1312.
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 1.0.19 CACHE STRING "bootloader binary version to download from bootloader release page")
    set(ECOBOOT_BIN_VERSION 1.1.0 CACHE STRING "bootloader binary version to download from bootloader release page")
endif()

if (NOT DEFINED UPDATER_BIN_VERSION)