mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-18 18:00:34 +10:00
tcl/target/at91sam3u4e.cfg: changed case in dependent file
openocd does not start with the target configfile due to the case in the dependent config file. Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
parent
87cb29dcfe
commit
d036f17001
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user