summaryrefslogtreecommitdiff
path: root/tcl/board/zy1000.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/board/zy1000.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/board/zy1000.cfg')
-rw-r--r--tcl/board/zy1000.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/board/zy1000.cfg b/tcl/board/zy1000.cfg
index 3f526d06..8278fa46 100644
--- a/tcl/board/zy1000.cfg
+++ b/tcl/board/zy1000.cfg
@@ -31,8 +31,8 @@ if { [info exists CPUTAPID ] } {
}
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
-set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
-target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm7tdmi-s_r4
+set _TARGETNAME $_CHIPNAME.cpu
+target create $_TARGETNAME arm7tdmi -endian $_ENDIAN -chain-position $_TARGETNAME
# at CPU CLK <32kHz this must be disabled
arm7_9 fast_memory_access enable