Skip to content

Commit

Permalink
manifest: fix MCUboot build after zephyrproject-rtos#31404
Browse files Browse the repository at this point in the history
MCUboot version with bugfix for following issue:
CONFIG_LOG_MINIMAL was replaced by
CONFIG_LOG_MODE_MINIMAL by
zephyrproject-rtos#31404 which
broke MCUboot default build.

fixes zephyrproject-rtos#31640

Signed-off-by: Andrzej Puzdrowski <[email protected]>
  • Loading branch information
nvlsianpu committed Jan 27, 2021
1 parent fda94e7 commit fa10e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/releases/release-notes-2.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ MCUBoot
* Usage of --confirm implies --pad.
* Fixed 'custom_tlvs' argument handling.
* Add support for setting fixed ROM address into image header.
* Fixed verification with protected TLVs.


Trusted-Firmware-M
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ manifest:
revision: 13cf2e52024a144ecee9f37680681760a85febab
path: modules/crypto/mbedtls
- name: mcuboot
revision: 3f49b5abf38659c22b6b73f5fe289de2e395263e
revision: 30e0c5a0af21433efc8ea35cabc44bee3f096a62
path: bootloader/mcuboot
- name: mcumgr
revision: 43845e883ff3a6cdaae22e23f3e60b5fcf78c6ba
Expand Down

0 comments on commit fa10e89

Please sign in to comment.