tcl/board: Use moved nordic target files

Use the moved nordic target configuration files.

Change-Id: Ie0e2eb7f9514eedb1ae6678eeee59291856c2674
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8906
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Marc Schink
2025-05-12 10:54:49 +02:00
committed by Antonio Borneo
parent 83c1546e77
commit fbdb86adbd
4 changed files with 4 additions and 4 deletions

View File

@@ -5,4 +5,4 @@
#
source [find interface/cmsis-dap.cfg]
source [find target/nrf51.cfg]
source [find target/nordic/nrf51.cfg]

View File

@@ -8,4 +8,4 @@ source [find interface/jlink.cfg]
transport select swd
source [find target/nrf51.cfg]
source [find target/nordic/nrf51.cfg]

View File

@@ -8,4 +8,4 @@ source [find interface/jlink.cfg]
transport select swd
source [find target/nrf52.cfg]
source [find target/nordic/nrf52.cfg]

View File

@@ -10,4 +10,4 @@ source [find interface/ftdi/ft232h-module-swd.cfg]
transport select swd
source [find target/nrf52.cfg]
source [find target/nordic/nrf52.cfg]