mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
boot/mcuboot: Bump up version to 36bac4f6a54a3b76266444d8c6c177b8b0483a05
Fix Error: mcuboot/boot/bootutil/src/bootutil_public.c:159:1: error: unused function 'boot_swap_size_off' [-Werror,-Wunused-function] boot_swap_size_off(const struct flash_area *fap) Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
3dabc24635
commit
7b22525f0b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ if BOOT_MCUBOOT
|
|||
|
||||
config MCUBOOT_VERSION
|
||||
string "MCUboot version"
|
||||
default "bb927ac014787992f2d8b42c7bd5d05eb4c17e05"
|
||||
default "36bac4f6a54a3b76266444d8c6c177b8b0483a05"
|
||||
|
||||
config MCUBOOT_ENABLE_LOGGING
|
||||
bool "Enable MCUboot logging"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue