manifest: fix MCUboot build after #31404
MCUboot version with bugfix for following issue: CONFIG_LOG_MINIMAL was replaced by CONFIG_LOG_MODE_MINIMAL by zephyrproject-rtos/zephyr#31404 which broke MCUboot default build. fixes #31640 Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
96cf9949f7
commit
830eb58290
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
2
west.yml
2
west.yml
|
@ -94,7 +94,7 @@ manifest:
|
|||
revision: 13cf2e52024a144ecee9f37680681760a85febab
|
||||
path: modules/crypto/mbedtls
|
||||
- name: mcuboot
|
||||
revision: 3f49b5abf38659c22b6b73f5fe289de2e395263e
|
||||
revision: 30e0c5a0af21433efc8ea35cabc44bee3f096a62
|
||||
path: bootloader/mcuboot
|
||||
- name: mcumgr
|
||||
revision: 43845e883ff3a6cdaae22e23f3e60b5fcf78c6ba
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue