From 1f357869c19cccdb3259eae10c1124af5c9510ff Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Tue, 10 Nov 2009 13:09:15 +0100 Subject: telo.cfg: fix search paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the missing "target/" prefix for scripts in the target folder. Signed-off-by: Øyvind Harboe --- tcl/board/telo.cfg | 8 ++++---- tcl/target/telo.cfg | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'tcl') diff --git a/tcl/board/telo.cfg b/tcl/board/telo.cfg index 7d638d7e..c4e5d67f 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 7d638d7e..c4e5d67f 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 -- cgit v1.2.3