File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ mcuboot_primary_app:
1313mcuboot_primary :
1414 span : [mcuboot_pad, mcuboot_primary_app]
1515
16- # Partition for secondary slot is not created if building in single applicaton
16+ # Partition for secondary slot is not created if building in single application
1717# slot configuration.
1818# if !defined(CONFIG_SINGLE_APPLICATION_SLOT)
1919mcuboot_secondary :
@@ -23,7 +23,7 @@ mcuboot_secondary:
2323 after : mcuboot_primary
2424# endif
2525
26- # if !defined(CONFIG_BOOT_SWAP_USING_MOVE) && !defined(CONFIG_SINGLE_APPLICATION_SLOT)
26+ # if !defined(CONFIG_BOOT_SWAP_USING_MOVE) && !defined(CONFIG_SINGLE_APPLICATION_SLOT) && !defined(CONFIG_BOOT_UPGRADE_ONLY)
2727mcuboot_scratch :
2828 size : CONFIG_PM_PARTITION_SIZE_MCUBOOT_SCRATCH
2929 placement :
You can’t perform that action at this time.
0 commit comments