Browse Source

Fix remaining incorrect reference to target/at91sam3uXX.cfg

Commit 1794e5ee54 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
tags/v0.6.0-rc1
Peter Stuge 12 years ago
parent
commit
d6a1ff8399
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tcl/target/at91sam3u4e.cfg

+ 1
- 1
tcl/target/at91sam3u4e.cfg View File

@@ -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


Loading…
Cancel
Save