openocd does not start with the target configfile due to the case in the
dependent config file.

Signed-off-by: Michael Grzeschik <m.grzesc...@pengutronix.de>
---
 tcl/target/at91sam3u4e.cfg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tcl/target/at91sam3u4e.cfg b/tcl/target/at91sam3u4e.cfg
index 242b53e..e549185 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
-- 
1.6.5

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

Reply via email to