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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue