aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.c
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2013-08-02 13:01:03 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2013-09-08 16:12:41 +0000
commit32ac9c0144f7aa7233b941bf78139eef8332fbc2 (patch)
tree5565c0b83cc6aa587a0218f95a3fbbaaf475011b /src/target/cortex_a.c
parent854a11422124bd1a417729f0cbfd40737a06d164 (diff)
target: remove unimplemented target_request_data implementations
Change-Id: Ia9afa83752d17f0f56bdf3bd81f5c69d108aa5e9 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/1537 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'src/target/cortex_a.c')
-rw-r--r--src/target/cortex_a.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c
index c91da3bc..4649f6c7 100644
--- a/src/target/cortex_a.c
+++ b/src/target/cortex_a.c
@@ -2764,8 +2764,6 @@ struct target_type cortexa8_target = {
.poll = cortex_a8_poll,
.arch_state = armv7a_arch_state,
- .target_request_data = NULL,
-
.halt = cortex_a8_halt,
.resume = cortex_a8_resume,
.step = cortex_a8_step,
@@ -2843,8 +2841,6 @@ struct target_type cortexr4_target = {
.poll = cortex_a8_poll,
.arch_state = armv7a_arch_state,
- .target_request_data = NULL,
-
.halt = cortex_a8_halt,
.resume = cortex_a8_resume,
.step = cortex_a8_step,