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-Url: https://git.gag.com/?a=commitdiff_plain;h=d036f1700171e0f8056d616a198f17b9be5719e0;hp=87cb29dcfe1e6900620319c3f90ed67f8ebefa0e;p=fw%2Fopenocd 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 242b53ee0..e549185ae 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