Skip to content

Commit 38d8bbb

Browse files
committed
Revert "[nrf noup] boards: Add non-secure target for nrf54L15dk"
This reverts commit 6b48f84. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent f3bc986 commit 38d8bbb

File tree

8 files changed

+1
-181
lines changed

8 files changed

+1
-181
lines changed

boards/nordic/nrf54l15dk/Kconfig

Lines changed: 0 additions & 34 deletions
This file was deleted.

boards/nordic/nrf54l15dk/Kconfig.defconfig

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,3 @@ config ROM_START_OFFSET
1313

1414
endif # BOARD_NRF54L15DK_NRF54L05_CPUAPP || BOARD_NRF54L15DK_NRF54L10_CPUAPP || \
1515
# BOARD_NRF54L15DK_NRF54L15_CPUAPP
16-
17-
if BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
18-
19-
config BT_CTLR
20-
default BT
21-
22-
# By default, if we build for a Non-Secure version of the board,
23-
# enable building with TF-M as the Secure Execution Environment.
24-
config BUILD_WITH_TFM
25-
default y if BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
26-
27-
# By default, if we build with TF-M, instruct build system to
28-
# flash the combined TF-M (Secure) & Zephyr (Non Secure) image
29-
config TFM_FLASH_MERGED_BINARY
30-
default y
31-
depends on BUILD_WITH_TFM
32-
33-
endif #BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS

boards/nordic/nrf54l15dk/Kconfig.nrf54l15dk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
config BOARD_NRF54L15DK
55
select SOC_NRF54L05_CPUAPP if BOARD_NRF54L15DK_NRF54L05_CPUAPP
66
select SOC_NRF54L10_CPUAPP if BOARD_NRF54L15DK_NRF54L10_CPUAPP
7-
select SOC_NRF54L15_CPUAPP if BOARD_NRF54L15DK_NRF54L15_CPUAPP || BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
7+
select SOC_NRF54L15_CPUAPP if BOARD_NRF54L15DK_NRF54L15_CPUAPP
88
select SOC_NRF54L15_CPUFLPR if BOARD_NRF54L15DK_NRF54L15_CPUFLPR || \
99
BOARD_NRF54L15DK_NRF54L15_CPUFLPR_XIP

boards/nordic/nrf54l15dk/board.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,5 @@ elseif(CONFIG_SOC_NRF54L05_CPUFLPR OR CONFIG_SOC_NRF54L10_CPUFLPR OR
99
board_runner_args(jlink "--speed=4000")
1010
endif()
1111

12-
if(BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS)
13-
set(TFM_PUBLIC_KEY_FORMAT "full")
14-
endif()
15-
16-
if(CONFIG_TFM_FLASH_MERGED_BINARY)
17-
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
18-
endif()
19-
2012
include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
2113
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

boards/nordic/nrf54l15dk/board.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ board:
99
variants:
1010
- name: xip
1111
cpucluster: cpuflpr
12-
- name: ns
13-
cpucluster: cpuapp

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns.dts

Lines changed: 0 additions & 65 deletions
This file was deleted.

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns_defconfig

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)