Commit 961a6107 authored by Andrzej Puzdrowski's avatar Andrzej Puzdrowski
Browse files

doc/design: fix typo in swap-using-scratch description



`image-trailer-size` should be mentioned instead
of `image-trailer-sectors-size` in the maximal-image-size
evaluation description.

Signed-off-by: default avatarAndrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
parent cbb5b230
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ maximum-image-size = image-slot-size - image-trailer-size

Where:  
  `image-slot-size` is the size of the image slot.  
  `image-trailer-sectors-size` is the size of the image trailer.
  `image-trailer-size` is the size of the image trailer.

### [Swap without using scratch](#image-swap-no-scratch)