File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ config MCUBOOT_REPOSITORY
2222
2323config 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
Original file line number Diff line number Diff line change 4444CFLAGS += -Wno-undef -Wno-unused-but-set-variable
4545
4646CSRCS := $(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 \
You can’t perform that action at this time.
0 commit comments