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 @@ -131,7 +131,7 @@ bool swap_write_block_size_check(struct boot_loader_state *state);
131
131
int app_max_size (struct boot_loader_state * state );
132
132
133
133
#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
135
135
/**
136
136
* Performs an NSIB update
137
137
*/
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