aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2014-06-04 11:49:58 +0400
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2014-06-22 08:45:51 +0000
commit8878673aa9b6988e7361aa1b7b7a4cd95e84e401 (patch)
tree66ea37805ac00a2dcd9fe1fd2fc4aa6683604c16 /tcl
parent98443c6a4cb331b2d6742b96953fe5bf3a6bc187 (diff)
downloadriscv-openocd-8878673aa9b6988e7361aa1b7b7a4cd95e84e401.zip
riscv-openocd-8878673aa9b6988e7361aa1b7b7a4cd95e84e401.tar.gz
riscv-openocd-8878673aa9b6988e7361aa1b7b7a4cd95e84e401.tar.bz2
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 <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2160 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/target/fm3.cfg4
1 files changed, 2 insertions, 2 deletions
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] } {