Skip to content

Commit d2b1549

Browse files
nordicjmanangl
authored andcommitted
[nrf noup] boot: Remove child/parent references
Removes stray child/parent references Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit 99d4ae9)
1 parent bf0c750 commit d2b1549

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
@@ -120,7 +120,7 @@ bool swap_write_block_size_check(struct boot_loader_state *state);
120120
int app_max_size(struct boot_loader_state *state);
121121

122122
#if defined(PM_S1_ADDRESS) && !defined(MCUBOOT_OVERWRITE_ONLY) && \
123-
(CONFIG_MCUBOOT_MCUBOOT_IMAGE_NUMBER != -1 || defined(LEGACY_CHILD_PARENT_S0_S1_UPDATE_ENABLED))
123+
CONFIG_MCUBOOT_MCUBOOT_IMAGE_NUMBER != -1
124124
/**
125125
* Performs an NSIB update
126126
*/

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)