Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boot: bootutil: Fix last sector index computation for swap-offset
When using swap-offset, the index of the last sector of the primary slot that have to be swapped is computed at the beginning of the upgrade process. This computation was in fact returning the number of sector to swap rather than the index of the last sectpr (so N+1 instead of N). This was causing the upgrade to fail for large image, using all the available sectors. Signed-off-by: Thomas Altenbach <[email protected]>
- Loading branch information