Skip to content

Commit fd08f30

Browse files
committed
[nrf noup] boot/zephyr/socs: nrf54h20 prj.conf fix
CONFIG_PM enables CONFIG_PM_DEVICE by default, this is not desired for MCUBOOT as PM_DEVICE requires multithreading Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
1 parent b1ad460 commit fd08f30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

boot/zephyr/socs/nrf54h20_cpuapp.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# MCUboot does not support S2RAM itself, but serves as an immediate actor while waking up
99
# from suspension.
1010
CONFIG_PM=y
11+
CONFIG_PM_DEVICE=n
1112
CONFIG_PM_S2RAM=y
1213
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
1314
CONFIG_SOC_NRF54H20_PM_S2RAM_OVERRIDE=y

0 commit comments

Comments
 (0)