Skip to content

Commit f44dd6d

Browse files
committed
boot: zephyr: board: nrf54h20: Enable PM by default
Enables PM to support booting images with the suspend to RAM feature enabled Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 713b98b commit f44dd6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ CONFIG_BOOT_WATCHDOG_FEED=n
1111
# Power domains forced on by default on boot, no need
1212
# to manage them in bootloader.
1313
CONFIG_POWER_DOMAIN=n
14+
15+
# Enable PM to support booting images that have suspend to RAM enabled
16+
CONFIG_PM=y

0 commit comments

Comments
 (0)