From d6a1ff8399ad4ca8757f523754d1a5e4ce696d63 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Fri, 2 Dec 2011 07:19:57 +0100 Subject: [PATCH] Fix remaining incorrect reference to target/at91sam3uXX.cfg Commit 1794e5ee5452c83b5bef6d0a5a8a3f23d647e9c6 renamed the file to have all lowercase characters according to most references to the file, but the commit didn't change the existing reference to the old filename. Change-Id: I380e52e947a8091d48cf010e3919bf2caed7fdff Signed-off-by: Peter Stuge Reviewed-on: http://openocd.zylin.com/248 Tested-by: jenkins --- tcl/target/at91sam3u4e.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/target/at91sam3u4e.cfg b/tcl/target/at91sam3u4e.cfg index 6f6e0d873d..a48f992659 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.flash0 -- 2.30.2