Skip to content

Commit

Permalink
modules: mcuboot: kconfig: Remove wrong nRF53 multi image dependency
Browse files Browse the repository at this point in the history
Removes a dependency on the nRF53 multi image update Kconfig that
required the secondary slots to be located in external flash, since
this has never been a requirement for sysbuild only for deprecated
child/parent image

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Dec 18, 2024
1 parent 2410c70 commit f0fbddc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/mcuboot/boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ config NRF53_MULTI_IMAGE_UPDATE
depends on FLASH_SIMULATOR
depends on FLASH_SIMULATOR_DOUBLE_WRITES
depends on !FLASH_SIMULATOR_STATS
depends on PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
depends on BOOT_UPGRADE_ONLY || USE_NRF53_MULTI_IMAGE_WITHOUT_UPGRADE_ONLY
depends on $(dt_compat_enabled,$(DT_COMPAT_SIM_FLASH))
select NRF53_MCUBOOT_PRIMARY_1_RAM_FLASH
Expand Down

0 comments on commit f0fbddc

Please sign in to comment.