doc/release-notes: MCUboot overwrite mode Kconfig info

Note on CONFIG_MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2023-09-28 11:44:39 +00:00 committed by Carles Cufí
parent 5d28fdea63
commit 83d69f50ad

View file

@ -393,6 +393,11 @@ MCUboot
with downgrade prevention enabled. This option is automatically selected for
DirectXIP mode and is available for both swap modes.
* Added :kconfig:option:`CONFIG_MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY`
that allows to inform application that the on-board MCUboot will overwrite
the primary slot with secondary slot contents, without saving the original
image in primary slot.
Storage
*******