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 /testing/examples/SAM7S256Test/prj | |
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 'testing/examples/SAM7S256Test/prj')
-rw-r--r-- | testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg b/testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg index e08b84b5..4fd729e9 100644 --- a/testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg +++ b/testing/examples/SAM7S256Test/prj/sam7s256_jtagkey.cfg @@ -21,8 +21,7 @@ jtag_ntrst_delay 200 reset_config srst_only srst_pulls_trst #jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 4 0x1 0xf 0xe +jtag newtap sam7 cpu -irlen 4 -irmask 0xf #target configuration target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi |