M harmony_changelog.md => harmony_changelog.md +1 -0
@@ 4,6 4,7 @@
### Fixed
* Fixed frequency lock during user activity
+* Fixed boot error screen text alignment
### Added
* Added notification when charger is connected
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.5 CACHE STRING "bootloader binary version to download from bootloader release page")
+ set(ECOBOOT_BIN_VERSION 2.0.6 CACHE STRING "bootloader binary version to download from bootloader release page")
endif()
if (NOT DEFINED RECOVERY_BIN_VERSION)