2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 13:02:18 +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:
Michael Grzeschik 2010-01-20 19:06:13 +01:00 committed by David Brownell
parent 87cb29dcfe
commit d036f17001

View File

@ -1,5 +1,5 @@
# common stuff # common stuff
source [find target/at91sam3uxx.cfg] source [find target/at91sam3uXX.cfg]
# size is automatically "calculated" by probing # size is automatically "calculated" by probing
set _FLASHNAME $_CHIPNAME.flash set _FLASHNAME $_CHIPNAME.flash