Skip to content

Commit

Permalink
pm: remove unused partition
Browse files Browse the repository at this point in the history
This partition is not used by mcuboot, remove it.

Signed-off-by: Håkon Øye Amundsen <[email protected]>
  • Loading branch information
hakonfam authored and SebastianBoe committed Dec 12, 2019
1 parent 277d1e2 commit ca3091b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions boot/zephyr/pm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ mcuboot_scratch:
after: app
align: {start: DT_FLASH_ERASE_BLOCK_SIZE}

mcuboot_storage:
size: CONFIG_PM_PARTITION_SIZE_MCUBOOT_STORAGE
placement:
after: [mcuboot_scratch]
align: {start: DT_FLASH_ERASE_BLOCK_SIZE}

# Padding placed before image to boot
mcuboot_pad:
# MCUboot pad must be placed before the 'spm' partition if that is present.
Expand Down

0 comments on commit ca3091b

Please sign in to comment.