From 817bf743023de7fea901e89157da57b90c7c326c Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 13 Nov 2009 16:56:11 -0800 Subject: ARM11: revert etmr/etmw commands These aren't desirable, given "standard" ETM support. Also remove the now-unused arm11_find_target(). Signed-off-by: David Brownell --- src/target/arm11.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/target/arm11.h') diff --git a/src/target/arm11.h b/src/target/arm11.h index 6caad0e9..e48758f4 100644 --- a/src/target/arm11.h +++ b/src/target/arm11.h @@ -190,9 +190,4 @@ struct arm11_reg_state int arm11_register_commands(struct command_context *cmd_ctx); -int arm11_read_etm(struct arm11_common * arm11, uint8_t address, uint32_t *value); -int arm11_write_etm(struct arm11_common * arm11, uint8_t address, uint32_t value); - - - #endif /* ARM11_H */ -- cgit v1.2.3