boards: nordic: nrf54l15pdk: Default to nrfutil runner

nrfutil is becoming the default tool for flashing Nordic devices.
Default to it for the nRF54L15.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2024-08-14 15:43:50 +02:00 committed by Anas Nashif
commit 26ed19baeb

View file

@ -7,6 +7,6 @@ elseif (CONFIG_SOC_NRF54L15_ENGA_CPUFLPR)
board_runner_args(jlink "--speed=4000") board_runner_args(jlink "--speed=4000")
endif() endif()
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)