Skip to content

Commit c421ce0

Browse files
committed
Revert "[nrf noup] boards: Add non-secure target for nrf54L15dk"
This reverts commit 4081b2e. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit 9643ca2)
1 parent 2d4dc71 commit c421ce0

File tree

8 files changed

+1
-147
lines changed

8 files changed

+1
-147
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
@@ -11,21 +11,3 @@ config ROM_START_OFFSET
1111
default 0x800 if BOOTLOADER_MCUBOOT
1212

1313
endif # BOARD_NRF54L15DK_NRF54L15_CPUAPP
14-
15-
if BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
16-
17-
config BT_CTLR
18-
default BT
19-
20-
# By default, if we build for a Non-Secure version of the board,
21-
# enable building with TF-M as the Secure Execution Environment.
22-
config BUILD_WITH_TFM
23-
default y if BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
24-
25-
# By default, if we build with TF-M, instruct build system to
26-
# flash the combined TF-M (Secure) & Zephyr (Non Secure) image
27-
config TFM_FLASH_MERGED_BINARY
28-
default y
29-
depends on BUILD_WITH_TFM
30-
31-
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
@@ -2,6 +2,6 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
config BOARD_NRF54L15DK
5-
select SOC_NRF54L15_CPUAPP if BOARD_NRF54L15DK_NRF54L15_CPUAPP || BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
5+
select SOC_NRF54L15_CPUAPP if BOARD_NRF54L15DK_NRF54L15_CPUAPP
66
select SOC_NRF54L15_CPUFLPR if BOARD_NRF54L15DK_NRF54L15_CPUFLPR || \
77
BOARD_NRF54L15DK_NRF54L15_CPUFLPR_XIP

boards/nordic/nrf54l15dk/board.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,5 @@ elseif(CONFIG_SOC_NRF54L15_CPUFLPR)
77
board_runner_args(jlink "--speed=4000")
88
endif()
99

10-
if(BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS)
11-
set(TFM_PUBLIC_KEY_FORMAT "full")
12-
endif()
13-
14-
if(CONFIG_TFM_FLASH_MERGED_BINARY)
15-
set_property(TARGET runners_yaml_props_target PROPERTY hex_file tfm_merged.hex)
16-
endif()
17-
1810
include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
1911
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
@@ -7,5 +7,3 @@ board:
77
variants:
88
- name: xip
99
cpucluster: cpuflpr
10-
- name: ns
11-
cpucluster: cpuapp

boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp_ns.dts

Lines changed: 0 additions & 31 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)