make sure file name case of at91sam3uxx matches what other files include
authorHarald Welte <laforge@gnumonks.org>
Thu, 1 Dec 2011 16:51:35 +0000 (17:51 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Thu, 1 Dec 2011 22:28:33 +0000 (22:28 +0000)
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>
tcl/target/at91sam3uXX.cfg [deleted file]
tcl/target/at91sam3uxx.cfg [new file with mode: 0644]

diff --git a/tcl/target/at91sam3uXX.cfg b/tcl/target/at91sam3uXX.cfg
deleted file mode 100644 (file)
index a11afc0..0000000
+++ /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 (file)
index 0000000..a11afc0
--- /dev/null
@@ -0,0 +1,11 @@
+# script for ATMEL sam3, a CORTEX-M3 chip
+#
+# at91sam3u4e
+# at91sam3u2e
+# at91sam3u1e
+# at91sam3u4c
+# at91sam3u2c
+# at91sam3u1c
+
+source [find target/at91sam3XXX.cfg]
+