summaryrefslogtreecommitdiff
path: root/tcl/target/str710.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/str710.cfg')
-rw-r--r--tcl/target/str710.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/tcl/target/str710.cfg b/tcl/target/str710.cfg
index 8e5d36f0..395a26cd 100644
--- a/tcl/target/str710.cfg
+++ b/tcl/target/str710.cfg
@@ -39,8 +39,10 @@ $_TARGETNAME configure -event gdb-flash-erase-start {
$_TARGETNAME configure -work-area-phys 0x2000C000 -work-area-size 0x4000 -work-area-backup 0
#flash bank str7x <base> <size> 0 0 <target#> <variant>
-flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x
-flash bank str7x 0x400C0000 0x00004000 0 0 0 STR71x
+set _FLASHNAME $_CHIPNAME.flash
+flash bank $_FLASHNAME str7x 0x40000000 0x00040000 0 0 0 STR71x
+set _FLASHNAME $_CHIPNAME.flash
+flash bank $_FLASHNAME str7x 0x400C0000 0x00004000 0 0 0 STR71x
# For more information about the configuration files, take a look at:
# openocd.texi