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 <karlp@tweak.net.au> Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2447 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
parent
1f8518fef4
commit
0ea9a66239
|
@ -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] } {
|
||||
|
|
Loading…
Reference in New Issue