From a7f5cdf999cd3fb8d3a681bcb6d8f8880faf8a11 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 13 Nov 2009 16:22:36 -0800 Subject: ARM11: switch to new "arm" base type This will enable reusing many common ARM utilities, in particular the ETM and ETB support. The ARM11 support can still be much simplified after this patch, though. Note: none of those common utilities kick in yet... Signed-off-by: David Brownell --- src/target/arm11_dbgtap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/target/arm11_dbgtap.c') diff --git a/src/target/arm11_dbgtap.c b/src/target/arm11_dbgtap.c index 65d4f821..40361dc4 100644 --- a/src/target/arm11_dbgtap.c +++ b/src/target/arm11_dbgtap.c @@ -178,6 +178,8 @@ int arm11_add_debug_SCAN_N(struct arm11_common * arm11, uint8_t chain, tap_state arm11_in_handler_SCAN_N(tmp); + arm11->jtag_info.cur_scan_chain = chain; + return jtag_execute_queue(); } -- cgit v1.2.3