Skip to content

Commit 1d1ca9b

Browse files
nordicjmrlubos
authored andcommitted
[nrf noup] boot: Remove child/parent references
Removes stray child/parent references Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit d9a4196)
1 parent 514a007 commit 1d1ca9b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

boot/bootutil/src/swap_priv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ bool swap_write_block_size_check(struct boot_loader_state *state);
131131
int app_max_size(struct boot_loader_state *state);
132132

133133
#if defined(PM_S1_ADDRESS) && !defined(MCUBOOT_OVERWRITE_ONLY) && \
134-
(CONFIG_MCUBOOT_MCUBOOT_IMAGE_NUMBER != -1 || defined(LEGACY_CHILD_PARENT_S0_S1_UPDATE_ENABLED))
134+
CONFIG_MCUBOOT_MCUBOOT_IMAGE_NUMBER != -1
135135
/**
136136
* Performs an NSIB update
137137
*/

boot/zephyr/pm.yml

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

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

0 commit comments

Comments
 (0)