aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32f2x.cfg
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-03 21:42:49 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-01-09 09:48:34 +0000
commit51f06253ade645ab64303d1be3bfe32611a27fd0 (patch)
treead1bb5c5c0f07de662a09143da49002ea37d2a9a /tcl/target/stm32f2x.cfg
parentc3beb69c476ac1faa163e70e1ab091654c6902a6 (diff)
cfg: use consistent chipname
Change-Id: I41e0788f830d5ece13e6231a99d5b4013c9c678f Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/331 Tested-by: jenkins Reviewed-by: Mathias Küster <kesmtp@freenet.de> Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'tcl/target/stm32f2x.cfg')
-rw-r--r--tcl/target/stm32f2x.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/stm32f2x.cfg b/tcl/target/stm32f2x.cfg
index 49b53d7e..ae637517 100644
--- a/tcl/target/stm32f2x.cfg
+++ b/tcl/target/stm32f2x.cfg
@@ -1,9 +1,9 @@
-# script for stm32f2xxx
+# script for stm32f2x family
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
- set _CHIPNAME stm32f2xxx
+ set _CHIPNAME stm32f2x
}
if { [info exists ENDIAN] } {