Skip to content

Commit

Permalink
[nrf noup] boot: Remove child/parent references
Browse files Browse the repository at this point in the history
Removes stray child/parent references

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
(cherry picked from commit 99d4ae9)
  • Loading branch information
nordicjm authored and anangl committed Jan 29, 2025
1 parent 1068cb1 commit 81be16e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion boot/bootutil/src/swap_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ bool swap_write_block_size_check(struct boot_loader_state *state);
int app_max_size(struct boot_loader_state *state);

#if defined(PM_S1_ADDRESS) && !defined(MCUBOOT_OVERWRITE_ONLY) && \
(CONFIG_MCUBOOT_MCUBOOT_IMAGE_NUMBER != -1 || defined(LEGACY_CHILD_PARENT_S0_S1_UPDATE_ENABLED))
CONFIG_MCUBOOT_MCUBOOT_IMAGE_NUMBER != -1
/**
* Performs an NSIB update
*/
Expand Down
2 changes: 0 additions & 2 deletions boot/zephyr/pm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ mcuboot:
size: CONFIG_PM_PARTITION_SIZE_MCUBOOT
placement:
before: [mcuboot_primary]
#if defined(CONFIG_HIDE_CHILD_PARENT_CONFIG)
align: {end: 0x1000}
#endif

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

0 comments on commit 81be16e

Please sign in to comment.