From 1794e5ee5452c83b5bef6d0a5a8a3f23d647e9c6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 1 Dec 2011 17:51:35 +0100 Subject: [PATCH] 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 --- tcl/target/{at91sam3uXX.cfg => at91sam3uxx.cfg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tcl/target/{at91sam3uXX.cfg => at91sam3uxx.cfg} (100%) diff --git a/tcl/target/at91sam3uXX.cfg b/tcl/target/at91sam3uxx.cfg similarity index 100% rename from tcl/target/at91sam3uXX.cfg rename to tcl/target/at91sam3uxx.cfg