Skip to content

Commit 5ef87c7

Browse files
butoknordicjm
authored andcommitted
boot: zephyr: kconfig: Fix BOOT_SWAP_USING_MOVE description
Fixes typo in the BOOT_SWAP_USING_MOVE configuration description. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
1 parent bc18d7d commit 5ef87c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ config BOOT_SWAP_USING_OFFSET
446446
the second sector in the second slot instead of the first.
447447

448448
config BOOT_SWAP_USING_MOVE
449-
bool "Swap using mode mode without scratch partition"
449+
bool "Swap using move mode without scratch partition"
450450
help
451451
If y, the swap upgrade is done in two steps, where first every
452452
sector of the primary slot is moved up one sector, then for

0 commit comments

Comments
 (0)