Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions modules/Kconfig.mcuboot
Original file line number Diff line number Diff line change
Expand Up @@ -430,4 +430,14 @@ config MCUBOOT_BOOTUTIL_LIB_FOR_DIRECT_XIP
when bootloader is in DirectXIP-revert mode.
endif

DT_CHOSEN_ZEPHYR_FLASH := zephyr,flash

config MCUBOOT_BOOT_MAX_ALIGN
int "Override programmable flash block alignment"
default $(dt_node_int_prop_int,$(DT_CHOSEN_ZEPHYR_FLASH),write-block-size)
help
Allow to override the programmable flash block alignment size.
By default it's set to the maximum of the write block size of
the chosen zephyr,flash node and 8.

endif # MCUBOOT_BOOTUTIL_LIB
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ manifest:
groups:
- crypto
- name: mcuboot
revision: aa4fa2b6e17361dd3ce16a60883059778fd147a9
revision: d5b0dcb9aaee397fc105ae2228e8030038c3d871
path: bootloader/mcuboot
groups:
- bootloader
Expand Down