This is an automated email from Gerrit.

Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2447

-- gerrit

commit 389a2e2bd3a729e2cdc2e16edebe70a2ce137d6b
Author: Karl Palsson <ka...@remake.is>
Date:   Tue Dec 16 13:19:48 2014 +0000

    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 <ka...@tweak.net.au>
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/tcl/target/stm32l1.cfg b/tcl/target/stm32l1.cfg
index 8b83d3f..70e5130 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] } {

-- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to