From: Øyvind Harboe Date: Tue, 10 Nov 2009 12:09:15 +0000 (+0100) Subject: telo.cfg: fix search paths X-Git-Tag: v0.4.0-rc1~848 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=1f357869c19cccdb3259eae10c1124af5c9510ff telo.cfg: fix search paths Add the missing "target/" prefix for scripts in the target folder. Signed-off-by: Øyvind Harboe --- diff --git a/tcl/board/telo.cfg b/tcl/board/telo.cfg index 7d638d7eb0..c4e5d67f48 100644 --- a/tcl/board/telo.cfg +++ b/tcl/board/telo.cfg @@ -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 diff --git a/tcl/target/telo.cfg b/tcl/target/telo.cfg index 7d638d7eb0..c4e5d67f48 100644 --- a/tcl/target/telo.cfg +++ b/tcl/target/telo.cfg @@ -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