Skip to content

Commit f70ba90

Browse files
committed
[nrf fromlist] boot: zephyr: board: nrf54h20: Enable S2RAM by default
Enables suspend to RAM feature so that applications that use this feature can be correctly booted Upstream PR #: 2423 Signed-off-by: Jamie McCrae <[email protected]>
1 parent 79aa437 commit f70ba90

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
@@ -14,3 +14,6 @@ CONFIG_BOOT_WATCHDOG_FEED=n
1414
# Power domains forced on by default on boot, no need
1515
# to manage them in bootloader.
1616
CONFIG_POWER_DOMAIN=n
17+
18+
# Enable PM to support booting images that have suspend to RAM enabled
19+
CONFIG_PM=y

0 commit comments

Comments
 (0)