]> git.sur5r.net Git - openocd/commitdiff
tcl/target/fm3.cfg: use a CHIPNAME known by the flash driver
authorPaul Fertser <fercerpav@gmail.com>
Wed, 4 Jun 2014 07:49:58 +0000 (11:49 +0400)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 22 Jun 2014 08:45:51 +0000 (08:45 +0000)
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 <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2160
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tcl/target/fm3.cfg

index e81fcc8948d7543aea222c1680c251fdfeabf1a6..74a4e278b68ccd8d4c7d0cefc5a6f6c53838a698 100644 (file)
@@ -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] } {