From: Harald Welte Date: Thu, 1 Dec 2011 16:51:35 +0000 (+0100) Subject: make sure file name case of at91sam3uxx matches what other files include X-Git-Tag: v0.6.0-rc1~384 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1794e5ee5452c83b5bef6d0a5a8a3f23d647e9c6;p=openocd make sure file name case of at91sam3uxx matches what other files include Before this patch, at91sam3u4c.cfg includes "at91sam3uxx.cfg" which doesn't exist - the filename was at91sam3uXX. However, many operating systems have case sensitive file names! Change-Id: I8b2f987f1f4214269b80ef5cba8177ce05ad90b6 Signed-off-by: Harald Welte Reviewed-on: http://openocd.zylin.com/247 Tested-by: Spencer Oliver Reviewed-by: Spencer Oliver --- diff --git a/tcl/target/at91sam3uXX.cfg b/tcl/target/at91sam3uXX.cfg deleted file mode 100644 index a11afc0b..00000000 --- a/tcl/target/at91sam3uXX.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# script for ATMEL sam3, a CORTEX-M3 chip -# -# at91sam3u4e -# at91sam3u2e -# at91sam3u1e -# at91sam3u4c -# at91sam3u2c -# at91sam3u1c - -source [find target/at91sam3XXX.cfg] - diff --git a/tcl/target/at91sam3uxx.cfg b/tcl/target/at91sam3uxx.cfg new file mode 100644 index 00000000..a11afc0b --- /dev/null +++ b/tcl/target/at91sam3uxx.cfg @@ -0,0 +1,11 @@ +# script for ATMEL sam3, a CORTEX-M3 chip +# +# at91sam3u4e +# at91sam3u2e +# at91sam3u1e +# at91sam3u4c +# at91sam3u2c +# at91sam3u1c + +source [find target/at91sam3XXX.cfg] +