diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-15 09:15:54 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-12-15 14:45:26 -0800 |
commit | 80a757d82eafb36ffd54414f33ce91302f4522da (patch) | |
tree | e91fbe267cf987f5b8d95ac2fc587bb2c9ffb9de /tcl | |
parent | fc99287b097e719a6dbe8d139e71c5ed136e48e8 (diff) | |
download | openocd_libswd-80a757d82eafb36ffd54414f33ce91302f4522da.tar.gz openocd_libswd-80a757d82eafb36ffd54414f33ce91302f4522da.tar.bz2 openocd_libswd-80a757d82eafb36ffd54414f33ce91302f4522da.tar.xz openocd_libswd-80a757d82eafb36ffd54414f33ce91302f4522da.zip |
testing/examples/.../*cfg: rm jtag_device calls
That syntax has been obsolete forever and is now gone; remove a few
remaining references. Shows how seldom this stuff gets used.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/is5114.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tcl/target/is5114.cfg b/tcl/target/is5114.cfg index 091bfc2f..64c0c8ef 100644 --- a/tcl/target/is5114.cfg +++ b/tcl/target/is5114.cfg @@ -28,12 +28,9 @@ jtag_rclk 16 reset_config trst_and_srst # Do not specify a tap id here... -#OLD SYNTAX: jtag_device 8 0x1 0x1 0xfe jtag newtap $_CHIPNAME unknown1 -irlen 8 -ircapture 0x01 -irmask 1 -#OLD SYNTAX: jtag_device 4 0x1 0xf 0xe # This is the "arm946" chip. jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x0e -irmask 0xf -#OLD SYNTAX: jtag_device 5 0x1 0x1 0x1e jtag newtap $_CHIPNAME unknown2 -irlen 5 -ircapture 1 -irmask 1 |