aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/at91sam3uxx.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-12-01 17:51:35 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2011-12-01 22:28:33 +0000
commit1794e5ee5452c83b5bef6d0a5a8a3f23d647e9c6 (patch)
treeebee0da300fcef55fca81866267608bfde1ac66d /tcl/target/at91sam3uxx.cfg
parent3dde0f47b2b43dfda26f49e487e018d5abe272fe (diff)
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 <laforge@gnumonks.org> Reviewed-on: http://openocd.zylin.com/247 Tested-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/target/at91sam3uxx.cfg')
-rw-r--r--tcl/target/at91sam3uxx.cfg11
1 files changed, 11 insertions, 0 deletions
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]
+