Skip to content

Commit 0c11af9

Browse files
Vge0rgekartben
authored andcommitted
modules: TF-M: nordic: Update header for the NRF54L series
Update the header to include a generic header for the NRF54L series and not a specific one for the NRF54L15. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 2717473 commit 0c11af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/trusted-firmware-m/nordic/include/tfm_peripherals_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C" {
1313

1414
#ifdef SECURE_UART1
1515

16-
#if defined(NRF54L15_XXAA)
16+
#if defined(NRF54L_SERIES)
1717
#define TFM_PERIPHERAL_UARTE30_SECURE 1
1818
#else
1919
#define TFM_PERIPHERAL_UARTE1_SECURE 1
@@ -35,8 +35,8 @@ extern "C" {
3535
#include <tfm_peripherals_config_nrf91.h>
3636
#elif defined(NRF5340_XXAA_APPLICATION)
3737
#include <tfm_peripherals_config_nrf5340_application.h>
38-
#elif defined(NRF54L15_XXAA)
39-
#include <tfm_peripherals_config_nrf54l15.h>
38+
#elif defined(NRF54L_SERIES)
39+
#include <tfm_peripherals_config_nrf54l.h>
4040
#else
4141
#error "Unknown device."
4242
#endif

0 commit comments

Comments
 (0)