Skip to content

Commit ec9a064

Browse files
jaz1-nordiccarlescufi
authored andcommitted
[nrf noup] boot: zephyr: Replace haltium header includes with soc-specific headers
Replace includes of removed common haltium_pm_s2ram.h and haltium_power.h headers with the per-SoC series soc_pm_s2ram.h and soc_power.h equivalents introduced in the Zephyr SoC layer. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
1 parent b709feb commit ec9a064

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 "haltium_pm_s2ram.h"
10-
#include "haltium_power.h"
9+
#include "soc_pm_s2ram.h"
10+
#include "soc_power.h"
1111

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

0 commit comments

Comments
 (0)