From: Karl Palsson Date: Tue, 16 Dec 2014 13:19:48 +0000 (+0000) Subject: cfg: stm32l1: Use specific chipname X-Git-Tag: v0.9.0-rc1~197 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=0ea9a66239778db6939bd05505f3b580aa313cab cfg: stm32l1: Use specific chipname This should have been corrected earlier with the split of l1/l0 code apart. Change-Id: I87b94a310ae7e76318554a9cd2705348a942d58b Signed-off-by: Karl Palsson Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2447 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/tcl/target/stm32l1.cfg b/tcl/target/stm32l1.cfg index 8b83d3f36c..70e5130800 100644 --- a/tcl/target/stm32l1.cfg +++ b/tcl/target/stm32l1.cfg @@ -7,7 +7,7 @@ source [find target/swj-dp.tcl] if { [info exists CHIPNAME] } { set _CHIPNAME $CHIPNAME } else { - set _CHIPNAME stm32l + set _CHIPNAME stm32l1 } if { [info exists ENDIAN] } {