Skip to content

Commit 40861fd

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 <[email protected]>
1 parent e8ddb17 commit 40861fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)