target.cfg: update to use new flash configuration syntax
[fw/openocd] / tcl / target / str710.cfg
index 395a26cdff0449f125b294aaf3eb3678bfbbb3e0..9da69acad4982dd4c026c402650209c60a39b12b 100644 (file)
@@ -40,9 +40,9 @@ $_TARGETNAME configure -work-area-phys 0x2000C000 -work-area-size 0x4000 -work-a
 
 #flash bank str7x <base> <size> 0 0 <target#> <variant>
 set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME str7x 0x40000000 0x00040000 0 0 0 STR71x
+flash bank $_FLASHNAME str7x 0x40000000 0x00040000 0 0 $_TARGETNAME STR71x
 set _FLASHNAME $_CHIPNAME.flash
-flash bank $_FLASHNAME str7x 0x400C0000 0x00004000 0 0 0 STR71x
+flash bank $_FLASHNAME str7x 0x400C0000 0x00004000 0 0 $_TARGETNAME STR71x
 
 # For more information about the configuration files, take a look at:
 # openocd.texi