File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ bool swap_write_block_size_check(struct boot_loader_state *state);
120
120
int app_max_size (struct boot_loader_state * state );
121
121
122
122
#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
124
124
/**
125
125
* Performs an NSIB update
126
126
*/
Original file line number Diff line number Diff line change 4
4
size : CONFIG_PM_PARTITION_SIZE_MCUBOOT
5
5
placement :
6
6
before : [mcuboot_primary]
7
- # if defined(CONFIG_HIDE_CHILD_PARENT_CONFIG)
8
7
align : {end: 0x1000}
9
- # endif
10
8
11
9
mcuboot_primary_app :
12
10
# All images to be placed in MCUboot's slot 0 should be placed in this
You can’t perform that action at this time.
0 commit comments