mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
telo.cfg: fix search paths
Add the missing "target/" prefix for scripts in the target folder. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
source [find c100.cfg]
|
||||
source [find target/c100.cfg]
|
||||
# basic register defintion for C100
|
||||
source [find c100regs.tcl]
|
||||
source [find target/c100regs.tcl]
|
||||
# board-config info
|
||||
source [find c100config.tcl]
|
||||
source [find target/c100config.tcl]
|
||||
# C100 helper functions
|
||||
source [find c100helper.tcl]
|
||||
source [find target/c100helper.tcl]
|
||||
|
||||
|
||||
# Telo board & C100 support trst and srst
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
source [find c100.cfg]
|
||||
source [find target/c100.cfg]
|
||||
# basic register defintion for C100
|
||||
source [find c100regs.tcl]
|
||||
source [find target/c100regs.tcl]
|
||||
# board-config info
|
||||
source [find c100config.tcl]
|
||||
source [find target/c100config.tcl]
|
||||
# C100 helper functions
|
||||
source [find c100helper.tcl]
|
||||
source [find target/c100helper.tcl]
|
||||
|
||||
|
||||
# Telo board & C100 support trst and srst
|
||||
|
||||
Reference in New Issue
Block a user