[Openocd-development] [PATCH] make sure file name case of at91sam3uxx matches what other files include

2011-12-01 Thread Harald Welte
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!

Signed-off-by: Harald Welte lafo...@gnumonks.org
---
 tcl/target/at91sam3uXX.cfg |   11 ---
 tcl/target/at91sam3uxx.cfg |   11 +++
 2 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 tcl/target/at91sam3uXX.cfg
 create mode 100644 tcl/target/at91sam3uxx.cfg

diff --git a/tcl/target/at91sam3uXX.cfg b/tcl/target/at91sam3uXX.cfg
deleted file mode 100644
index a11afc0..000
--- 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 000..a11afc0
--- /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]
+
-- 
1.7.7.3
___
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development


Re: [Openocd-development] [PATCH] make sure file name case of at91sam3uxx matches what other files include

2011-12-01 Thread Andreas Fritiofson
Patch awaiting review at http://openocd.zylin.com/247 . Next time, please
push it directly to gerrit yourself. Read HACKING for instructions.

Thanks!
___
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development