From: Paul Fertser Date: Wed, 4 Jun 2014 07:49:58 +0000 (+0400) Subject: tcl/target/fm3.cfg: use a CHIPNAME known by the flash driver X-Git-Tag: v0.9.0-rc1~372 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=8878673aa9b6988e7361aa1b7b7a4cd95e84e401;hp=98443c6a4cb331b2d6742b96953fe5bf3a6bc187 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 Reviewed-on: http://openocd.zylin.com/2160 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/tcl/target/fm3.cfg b/tcl/target/fm3.cfg index e81fcc8948..74a4e278b6 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] } {