From: Michael Grzeschik Date: Wed, 20 Jan 2010 18:06:13 +0000 (+0100) Subject: tcl/target/at91sam3u4e.cfg: changed case in dependent file X-Git-Tag: v0.4.0-rc2~64 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d036f1700171e0f8056d616a198f17b9be5719e0;p=openocd 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 --- 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