From 80a757d82eafb36ffd54414f33ce91302f4522da Mon Sep 17 00:00:00 2001 From: David Brownell Date: Tue, 15 Dec 2009 09:15:54 -0800 Subject: 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 --- testing/examples/LPC2294Test/prj/lpc2294_jtagkey.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testing/examples/LPC2294Test') diff --git a/testing/examples/LPC2294Test/prj/lpc2294_jtagkey.cfg b/testing/examples/LPC2294Test/prj/lpc2294_jtagkey.cfg index 526cce1e..e8d30514 100644 --- a/testing/examples/LPC2294Test/prj/lpc2294_jtagkey.cfg +++ b/testing/examples/LPC2294Test/prj/lpc2294_jtagkey.cfg @@ -18,8 +18,7 @@ jtag_speed 3 reset_config trst_and_srst 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 lpc cpu -irlen 4 -irmask 0xf #target configuration target create target0 arm7tdmi -endian little -chain-position 0 -variant arm7tdmi-s_r4 -- cgit v1.2.3