Skip to content

Commit bf41046

Browse files
gchwierrlubos
authored andcommitted
tests: boot_chains: enable nrf54l15dk
Add nrf54l15dk to boot_chains configurations. Signed-off-by: Grzegorz Chwierut <[email protected]>
1 parent efb8ec0 commit bf41046

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/subsys/bootloader/bl_storage/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ tests:
22
bootloader.bl_storage:
33
sysbuild: true
44
platform_allow:
5-
- nrf54l15pdk/nrf54l15/cpuapp
5+
- nrf54l15dk/nrf54l15/cpuapp
66
- nrf5340dk/nrf5340/cpuapp
77
- nrf9151dk/nrf9151
88
- nrf9160dk/nrf9160
99
- nrf9161dk/nrf9161
1010
integration_platforms:
11-
- nrf54l15pdk/nrf54l15/cpuapp
11+
- nrf54l15dk/nrf54l15/cpuapp
1212
- nrf5340dk/nrf5340/cpuapp
1313
- nrf9151dk/nrf9151
1414
- nrf9160dk/nrf9160

tests/subsys/bootloader/boot_chains/testcase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ common:
22
platform_allow:
33
nrf52840dk/nrf52840
44
nrf5340dk/nrf5340/cpuapp
5+
nrf54l15dk/nrf54l15/cpuapp
56
# NB: It's not yet supported to boot TF-M from NSIB without
67
# MCUBoot enabled as well
78
harness: console

0 commit comments

Comments
 (0)