From 3616b93eee128b0c12fa0d453fbe6ced998e482f Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Thu, 17 Dec 2009 10:53:09 +0000 Subject: target.cfg: update to use new flash configuration syntax Signed-off-by: Spencer Oliver --- tcl/target/str710.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tcl/target/str710.cfg') diff --git a/tcl/target/str710.cfg b/tcl/target/str710.cfg index 395a26cd..9da69aca 100644 --- a/tcl/target/str710.cfg +++ b/tcl/target/str710.cfg @@ -40,9 +40,9 @@ $_TARGETNAME configure -work-area-phys 0x2000C000 -work-area-size 0x4000 -work-a #flash bank str7x 0 0 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 -- cgit v1.2.3