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:
Øyvind Harboe 2009-11-10 13:09:15 +01:00
parent 2a4d3c03cd
commit 1f357869c1
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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