Skip to content

Commit 87841fb

Browse files
committed
[nrf noup] boot: zephyr: Fix partition manager config
fixup! [nrf noup] treewide: add NCS partition manager support Fixes an issue whereby the end address of MCUboot had no alignment requirements what-so-ever and would produce completely invalid configurations for NSIB that prevented it from being upgradeable Signed-off-by: Jamie McCrae <[email protected]>
1 parent 5646583 commit 87841fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boot/zephyr/pm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ mcuboot:
44
size: CONFIG_PM_PARTITION_SIZE_MCUBOOT
55
placement:
66
before: [mcuboot_primary]
7+
#if defined(CONFIG_HIDE_CHILD_PARENT_CONFIG)
8+
align: {end: 0x1000}
9+
#endif
710

811
mcuboot_primary_app:
912
# All images to be placed in MCUboot's slot 0 should be placed in this

0 commit comments

Comments
 (0)