Skip to content

Commit 7eb6cd0

Browse files
committed
boot: zephyr: board: nrf54h20: Enable S2RAM by default
Enables suspend to RAM feature so that applications that use this feature can be correctly booted Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 713b98b commit 7eb6cd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ 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 suspend to RAM feature to allow booting images that have this feature enabled
16+
CONFIG_PM=y
17+
CONFIG_PM_S2RAM=y

0 commit comments

Comments
 (0)