From 51f06253ade645ab64303d1be3bfe32611a27fd0 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Tue, 3 Jan 2012 21:42:49 +0000 Subject: [PATCH] cfg: use consistent chipname MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tcl/target/stm32f1x.cfg | 4 ++-- tcl/target/stm32f2x.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tcl/target/stm32f1x.cfg b/tcl/target/stm32f1x.cfg index 2390f2894..a686e51ac 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 49b53d7e4..ae6375175 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] } {