We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2f9b5 commit 4f775a8Copy full SHA for 4f775a8
boot/zephyr/pm.yml
@@ -64,8 +64,8 @@ mcuboot_scratch:
64
# Padding placed before image to boot. This reserves space for the MCUboot image header
65
# and it ensures that the boot image gets linked with the correct address offset in flash.
66
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'.
+ # MCUboot pad must be placed before the primary application partition.
+ # The primary application partition includes the secure firmware if present.
69
size: CONFIG_PM_PARTITION_SIZE_MCUBOOT_PAD
70
placement:
71
before: [mcuboot_primary_app]
0 commit comments