Skip to content

Commit c8178f3

Browse files
committed
boot/mcuboot: update MCUBoot version
Updates default MCUBoot hash. Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
1 parent 9bbc2fe commit c8178f3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

boot/mcuboot/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ if(CONFIG_BOOT_MCUBOOT)
4545

4646
set(SRCS
4747
mcuboot/boot/bootutil/src/boot_record.c
48+
mcuboot/boot/bootutil/src/bootutil_area.c
49+
mcuboot/boot/bootutil/src/bootutil_img_hash.c
50+
mcuboot/boot/bootutil/src/bootutil_loader.c
4851
mcuboot/boot/bootutil/src/bootutil_misc.c
4952
mcuboot/boot/bootutil/src/bootutil_public.c
5053
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 "457be0cf3fb03e9e09938728dece8f03309db973"
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ 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_area.c \
48+
$(MCUBOOT_UNPACK)/boot/bootutil/src/bootutil_img_hash.c \
49+
$(MCUBOOT_UNPACK)/boot/bootutil/src/bootutil_loader.c \
4750
$(MCUBOOT_UNPACK)/boot/bootutil/src/bootutil_misc.c \
4851
$(MCUBOOT_UNPACK)/boot/bootutil/src/bootutil_public.c \
4952
$(MCUBOOT_UNPACK)/boot/bootutil/src/caps.c \

0 commit comments

Comments
 (0)