Skip to content

Commit

Permalink
[nrf noup] treewide: Update comment to not mention SPM
Browse files Browse the repository at this point in the history
fixup! [nrf noup] treewide: add NCS partition manager support

Update comment to not mention the removed SPM secure firmware solution.

Signed-off-by: Joakim Andersson <[email protected]>
  • Loading branch information
joerchan authored and nordicjm committed Jan 13, 2023
1 parent 9d2f9b5 commit 4f775a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/zephyr/pm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ mcuboot_scratch:
# Padding placed before image to boot. This reserves space for the MCUboot image header
# and it ensures that the boot image gets linked with the correct address offset in flash.
mcuboot_pad:
# MCUboot pad must be placed before the 'spm' partition if that is present.
# If 'spm' partition is not present, it must be placed before the 'app'.
# MCUboot pad must be placed before the primary application partition.
# The primary application partition includes the secure firmware if present.
size: CONFIG_PM_PARTITION_SIZE_MCUBOOT_PAD
placement:
before: [mcuboot_primary_app]
Expand Down

0 comments on commit 4f775a8

Please sign in to comment.