docs: secondary slot magic is unset after update
This description is needed to explain why MCUBoot won't
revert a recently performed update.
Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
diff --git a/docs/design.md b/docs/design.md
index a016227..e1045ad 100644
--- a/docs/design.md
+++ b/docs/design.md
@@ -675,12 +675,14 @@
o Write primary_slot.copy_done = 1
(swap caused the following values to be written:
primary_slot.magic = BOOT_MAGIC
+ secondary_slot.magic = UNSET
primary_slot.image_ok = Unset)
* permanent:
o Write primary_slot.copy_done = 1
(swap caused the following values to be written:
primary_slot.magic = BOOT_MAGIC
+ secondary_slot.magic = UNSET
primary_slot.image_ok = 0x01)
* revert: