From d036f1700171e0f8056d616a198f17b9be5719e0 Mon Sep 17 00:00:00 2001 From: Michael Grzeschik Date: Wed, 20 Jan 2010 19:06:13 +0100 Subject: tcl/target/at91sam3u4e.cfg: changed case in dependent file openocd does not start with the target configfile due to the case in the dependent config file. Signed-off-by: Michael Grzeschik Signed-off-by: David Brownell --- tcl/target/at91sam3u4e.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl') diff --git a/tcl/target/at91sam3u4e.cfg b/tcl/target/at91sam3u4e.cfg index 242b53ee..e549185a 100644 --- a/tcl/target/at91sam3u4e.cfg +++ b/tcl/target/at91sam3u4e.cfg @@ -1,5 +1,5 @@ # common stuff -source [find target/at91sam3uxx.cfg] +source [find target/at91sam3uXX.cfg] # size is automatically "calculated" by probing set _FLASHNAME $_CHIPNAME.flash -- cgit v1.2.3