Skip to content

Commit

Permalink
[nrf fromtree] bootutil: Add mode for XIP with revert
Browse files Browse the repository at this point in the history
Adds a new define if bootloader in built in direct-XIP with revert
mode

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
(cherry picked from commit 8d0b35a)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
  • Loading branch information
nordicjm authored and de-nordic committed Oct 6, 2023
1 parent 6b106c1 commit 70061f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/bootutil/include/bootutil/boot_status.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ enum mcuboot_mode {
MCUBOOT_MODE_UPGRADE_ONLY,
MCUBOOT_MODE_SWAP_USING_MOVE,
MCUBOOT_MODE_DIRECT_XIP,
MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT,
MCUBOOT_MODE_RAM_LOAD
};

Expand Down

0 comments on commit 70061f3

Please sign in to comment.