Skip to content

Commit 4f775a8

Browse files
joerchannordicjm
authored andcommitted
[nrf noup] treewide: Update comment to not mention SPM
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]>
1 parent 9d2f9b5 commit 4f775a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/zephyr/pm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ mcuboot_scratch:
6464
# Padding placed before image to boot. This reserves space for the MCUboot image header
6565
# and it ensures that the boot image gets linked with the correct address offset in flash.
6666
mcuboot_pad:
67-
# MCUboot pad must be placed before the 'spm' partition if that is present.
68-
# If 'spm' partition is not present, it must be placed before the 'app'.
67+
# MCUboot pad must be placed before the primary application partition.
68+
# The primary application partition includes the secure firmware if present.
6969
size: CONFIG_PM_PARTITION_SIZE_MCUBOOT_PAD
7070
placement:
7171
before: [mcuboot_primary_app]

0 commit comments

Comments
 (0)