]> git.sur5r.net Git - openocd/blobdiff - tcl/target/str710.cfg
omap3530.cfg: use new "reset-assert" event
[openocd] / tcl / target / str710.cfg
index 215d12bb47594c2612d1993ebf7038007e5e158f..395a26cdff0449f125b294aaf3eb3678bfbbb3e0 100644 (file)
@@ -36,11 +36,13 @@ $_TARGETNAME configure -event gdb-flash-erase-start {
        flash protect 1 0 1 off
 }
 
-$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x2000C000 -work-area-size 0x4000 -work-area-backup 0
+$_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