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>__archive__
parent
2a4d3c03cd
commit
1f357869c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue