Skip to content

Commit abd41b6

Browse files
committed
[nrf fromlist] soc: nordic: align to new location of nrfx_coredep
It is now in lib, not soc. Upstream PR #: 98510 Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 8895787 commit abd41b6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

soc/nordic/nrf51/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#include <zephyr/kernel.h>
1717
#include <hal/nrf_power.h>
18-
#include <soc/nrfx_coredep.h>
18+
#include <lib/nrfx_coredep.h>
1919
#include <zephyr/logging/log.h>
2020

2121
#define LOG_LEVEL CONFIG_SOC_LOG_LEVEL

soc/nordic/nrf52/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <zephyr/kernel.h>
1818
#include <zephyr/init.h>
1919
#include <hal/nrf_power.h>
20-
#include <soc/nrfx_coredep.h>
20+
#include <lib/nrfx_coredep.h>
2121
#include <zephyr/logging/log.h>
2222

2323
#include <cmsis_core.h>

soc/nordic/nrf53/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <zephyr/init.h>
1717
#include <zephyr/sys/barrier.h>
1818
#include <zephyr/dt-bindings/regulator/nrf5x.h>
19-
#include <soc/nrfx_coredep.h>
19+
#include <lib/nrfx_coredep.h>
2020
#include <zephyr/logging/log.h>
2121
#include <nrfx.h>
2222
#include <hal/nrf_power.h>

soc/nordic/nrf54h/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <hal/nrf_spu.h>
2121
#include <hal/nrf_memconf.h>
2222
#include <hal/nrf_nfct.h>
23-
#include <soc/nrfx_coredep.h>
23+
#include <lib/nrfx_coredep.h>
2424
#include <soc_lrcconf.h>
2525
#include <dmm.h>
2626
#include <uicr/uicr.h>

soc/nordic/nrf54l/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <zephyr/init.h>
2121
#include <zephyr/logging/log.h>
2222
#include <zephyr/cache.h>
23-
#include <soc/nrfx_coredep.h>
23+
#include <lib/nrfx_coredep.h>
2424
#include <soc.h>
2525
LOG_MODULE_REGISTER(soc, CONFIG_SOC_LOG_LEVEL);
2626

soc/nordic/nrf91/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include <zephyr/kernel.h>
1616
#include <zephyr/init.h>
17-
#include <soc/nrfx_coredep.h>
17+
#include <lib/nrfx_coredep.h>
1818
#include <zephyr/logging/log.h>
1919

2020
#include <cmsis_core.h>

soc/nordic/nrf92/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <hal/nrf_hsfll.h>
1414
#include <hal/nrf_lrcconf.h>
1515
#include <hal/nrf_spu.h>
16-
#include <soc/nrfx_coredep.h>
16+
#include <lib/nrfx_coredep.h>
1717

1818
LOG_MODULE_REGISTER(soc, CONFIG_SOC_LOG_LEVEL);
1919

0 commit comments

Comments
 (0)