Skip to content

Commit bdd7397

Browse files
paliimatrlubos
authored andcommitted
[nrf noup] boot: zephyr: Use common haltium pm_s2ram
Align to zephyr update where nrf54h20 pm_s2ram was moved to common haltium_pm_s2ram and power to haltium_power. Signed-off-by: Pasi Liimatainen <pasi.liimatainen@nordicsemi.no>
1 parent f581923 commit bdd7397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/zephyr/nrf54h20_custom_s2ram.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#include <stdbool.h>
77
#include <zephyr/arch/common/pm_s2ram.h>
88
#include <hal/nrf_resetinfo.h>
9-
#include "pm_s2ram.h"
10-
#include "power.h"
9+
#include "haltium_pm_s2ram.h"
10+
#include "haltium_power.h"
1111

1212
#include <zephyr/devicetree.h>
1313
#include <zephyr/storage/flash_map.h>

0 commit comments

Comments
 (0)