Skip to content

Commit fe83bc5

Browse files
committed
boot/mcuboot: update MCUBoot version
Updates default MCUBoot hash. Signed-off-by: Filipe Cavalcanti <[email protected]>
1 parent 91a7580 commit fe83bc5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

boot/mcuboot/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if(CONFIG_BOOT_MCUBOOT)
4545

4646
set(SRCS
4747
mcuboot/boot/bootutil/src/boot_record.c
48+
mcuboot/boot/bootutil/src/bootutil_img_hash.c
4849
mcuboot/boot/bootutil/src/bootutil_misc.c
4950
mcuboot/boot/bootutil/src/bootutil_public.c
5051
mcuboot/boot/bootutil/src/caps.c

boot/mcuboot/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ config MCUBOOT_REPOSITORY
2222

2323
config MCUBOOT_VERSION
2424
string "MCUboot version"
25-
default "fefc398cc13ebbc527e297fe9df78cd98a359d75"
25+
default "8a07053d42e592c85cb35b79c4de1b7749943387"
2626
---help---
2727
Defines MCUboot version to be downloaded. Either release tag
2828
or commit hash should be specified. Using newer MCUboot version
29-
may cause compatability issues.
29+
may cause compatibility issues.
3030

3131
config MCUBOOT_ENABLE_LOGGING
3232
bool "Enable MCUboot logging"

boot/mcuboot/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ endif
4444
CFLAGS += -Wno-undef -Wno-unused-but-set-variable
4545

4646
CSRCS := $(MCUBOOT_UNPACK)/boot/bootutil/src/boot_record.c \
47+
$(MCUBOOT_UNPACK)/boot/bootutil/src/bootutil_img_hash.c \
4748
$(MCUBOOT_UNPACK)/boot/bootutil/src/bootutil_misc.c \
4849
$(MCUBOOT_UNPACK)/boot/bootutil/src/bootutil_public.c \
4950
$(MCUBOOT_UNPACK)/boot/bootutil/src/caps.c \

0 commit comments

Comments
 (0)