summaryrefslogtreecommitdiff
path: root/tcl/target/ar71xx.cfg
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-15 14:39:25 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-15 14:45:26 -0800
commit4a2f4e34336dbb662a308e5a881edbba9f3657ec (patch)
tree2953a4501b45fc988ffc706d5f560bee7c13d3d2 /tcl/target/ar71xx.cfg
parent80a757d82eafb36ffd54414f33ce91302f4522da (diff)
downloadopenocd_libswd-4a2f4e34336dbb662a308e5a881edbba9f3657ec.tar.gz
openocd_libswd-4a2f4e34336dbb662a308e5a881edbba9f3657ec.tar.bz2
openocd_libswd-4a2f4e34336dbb662a308e5a881edbba9f3657ec.tar.xz
openocd_libswd-4a2f4e34336dbb662a308e5a881edbba9f3657ec.zip
more tcl/{board,target} cleanup
Remove more remnants of the old "jtag_device" syntax. Don't [format "%s.cpu" $_CHIPNAME] ... it's needless complexity. Remove various non-supported "-variant" target options; they're not needed often at all. Flag some of the board files as needing to have and use target files for the TAP and target declarations. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/target/ar71xx.cfg')
-rw-r--r--tcl/target/ar71xx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/ar71xx.cfg b/tcl/target/ar71xx.cfg
index 47bab1e3..20383315 100644
--- a/tcl/target/ar71xx.cfg
+++ b/tcl/target/ar71xx.cfg
@@ -10,7 +10,7 @@ set CHIPNAME ar71xx
jtag newtap $CHIPNAME cpu -irlen 5 -ircapture 0x1 -irmask 0x1f -expected-id 1
-set TARGETNAME [format "%s.cpu" $CHIPNAME]
+set TARGETNAME $CHIPNAME.cpu
target create $TARGETNAME mips_m4k -endian big -chain-position $TARGETNAME
$TARGETNAME configure -event reset-halt-post {