diff options
author | Peter Stuge <peter@stuge.se> | 2011-12-02 07:19:57 +0100 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2011-12-02 06:37:29 +0000 |
commit | d6a1ff8399ad4ca8757f523754d1a5e4ce696d63 (patch) | |
tree | 10a325fa45431a4316ad9c3efe3c4864ae35ea27 /tcl/target/at91sam3u4e.cfg | |
parent | 1794e5ee5452c83b5bef6d0a5a8a3f23d647e9c6 (diff) | |
download | riscv-openocd-d6a1ff8399ad4ca8757f523754d1a5e4ce696d63.zip riscv-openocd-d6a1ff8399ad4ca8757f523754d1a5e4ce696d63.tar.gz riscv-openocd-d6a1ff8399ad4ca8757f523754d1a5e4ce696d63.tar.bz2 |
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 <peter@stuge.se>
Reviewed-on: http://openocd.zylin.com/248
Tested-by: jenkins
Diffstat (limited to 'tcl/target/at91sam3u4e.cfg')
-rw-r--r-- | 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 6f6e0d8..a48f992 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 |