From: Spencer Oliver Date: Tue, 3 Jan 2012 21:42:49 +0000 (+0000) Subject: cfg: use consistent chipname X-Git-Tag: v0.6.0-rc1~329 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=51f06253ade645ab64303d1be3bfe32611a27fd0 cfg: use consistent chipname Change-Id: I41e0788f830d5ece13e6231a99d5b4013c9c678f Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/331 Tested-by: jenkins Reviewed-by: Mathias Küster Reviewed-by: Freddie Chopin --- diff --git a/tcl/target/stm32f1x.cfg b/tcl/target/stm32f1x.cfg index 2390f28947..a686e51ac4 100644 --- a/tcl/target/stm32f1x.cfg +++ b/tcl/target/stm32f1x.cfg @@ -1,9 +1,9 @@ -# script for stm32 +# script for stm32f1x family if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME } else { - set _CHIPNAME stm32 + set _CHIPNAME stm32f1x } if { [info exists ENDIAN] } { diff --git a/tcl/target/stm32f2x.cfg b/tcl/target/stm32f2x.cfg index 49b53d7e45..ae63751758 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] } {