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/2160

-- gerrit

commit fd89352b6bff479854f29bff1af1e2fb62bc0e8c
Author: Paul Fertser <fercer...@gmail.com>
Date:   Wed Jun 4 11:49:58 2014 +0400

    tcl/target/fm3.cfg: use a CHIPNAME known by the flash driver
    
    fm3 flash driver needs to know which chip variant is used.
    
    This fixes "unknown fm3 variant: mb9bf500.cpu" error if the config is
    used as is.
    
    Change-Id: I500fcfb413f23ee246678cec5bd19d14139a28e2
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/tcl/target/fm3.cfg b/tcl/target/fm3.cfg
index e81fcc8..74a4e27 100644
--- a/tcl/target/fm3.cfg
+++ b/tcl/target/fm3.cfg
@@ -1,10 +1,10 @@
-# MB96F506
+# MB9BF506
 # Fujitsu Cortex-M3 with 512kB Flash and 64kB RAM
 
 if { [info exists CHIPNAME] } {
        set _CHIPNAME $CHIPNAME
 } else {
-       set _CHIPNAME mb9bf500
+       set _CHIPNAME mb9bfxx6
 }
 
 if { [info exists ENDIAN] } {

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to