summaryrefslogtreecommitdiff
path: root/tcl/target/at91r40008.cfg
diff options
context:
space:
mode:
authorFreddie Chopin <freddie_chopin@op.pl>2009-10-29 19:23:05 +0100
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-10-31 11:13:10 -0700
commit0da0bfd40a0ba46a68a6b9db428700241d2700b1 (patch)
tree13850e7fdbd17853712c4dbf7f3c1d029f9fc016 /tcl/target/at91r40008.cfg
parent81521064194bdd7f904bfbfd23b53a91d1a458b8 (diff)
downloadopenocd+libswd-0da0bfd40a0ba46a68a6b9db428700241d2700b1.tar.gz
openocd+libswd-0da0bfd40a0ba46a68a6b9db428700241d2700b1.tar.bz2
openocd+libswd-0da0bfd40a0ba46a68a6b9db428700241d2700b1.tar.xz
openocd+libswd-0da0bfd40a0ba46a68a6b9db428700241d2700b1.zip
target.cfg: use $_TARGETNAME for flash
This gets rid of runtime warnings from the use of numbers. STM32 and LPC2103 were tested. Other LPC updates are the same, and so are safe. The CFI updates match other tested changes now in the tree. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/target/at91r40008.cfg')
-rw-r--r--tcl/target/at91r40008.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/at91r40008.cfg b/tcl/target/at91r40008.cfg
index fe755b4d..eb6cabaa 100644
--- a/tcl/target/at91r40008.cfg
+++ b/tcl/target/at91r40008.cfg
@@ -45,7 +45,7 @@ $_TARGETNAME configure -event gdb-flash-erase-start {
$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x3C000 -work-area-size 0x4000 -work-area-backup 0
-flash bank cfi 0x10000000 0x400000 2 2 0
+flash bank cfi 0x10000000 0x400000 2 2 $_TARGETNAME
# For more information about the configuration files, take a look at:
# openocd.texi