Skip to content

Commit 70061f3

Browse files
nordicjmde-nordic
authored andcommitted
[nrf fromtree] bootutil: Add mode for XIP with revert
Adds a new define if bootloader in built in direct-XIP with revert mode Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit 8d0b35a) Signed-off-by: Dominik Ermel <[email protected]>
1 parent 6b106c1 commit 70061f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/bootutil/include/bootutil/boot_status.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ enum mcuboot_mode {
121121
MCUBOOT_MODE_UPGRADE_ONLY,
122122
MCUBOOT_MODE_SWAP_USING_MOVE,
123123
MCUBOOT_MODE_DIRECT_XIP,
124+
MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT,
124125
MCUBOOT_MODE_RAM_LOAD
125126
};
126127

0 commit comments

Comments
 (0)