summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.c
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-31 13:57:18 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-11-05 09:07:56 +0100
commitaf66678c9a76f3bdab23beb3ffa7d7d53423bdfa (patch)
tree3ee48dc1e666f435c999a1e2705e46a88e821a24 /src/target/cortex_a8.c
parentacff2521fb8e47dce4a2e89e2de77e71bf314047 (diff)
downloadopenocd_libswd-af66678c9a76f3bdab23beb3ffa7d7d53423bdfa.tar.gz
openocd_libswd-af66678c9a76f3bdab23beb3ffa7d7d53423bdfa.tar.bz2
openocd_libswd-af66678c9a76f3bdab23beb3ffa7d7d53423bdfa.tar.xz
openocd_libswd-af66678c9a76f3bdab23beb3ffa7d7d53423bdfa.zip
target: remove unused interface fn that clutters code
The quit entry point was not being invoked. Just a source of confusion at this point. XScale ran 100x reset upon quit, but that code made no sense, wasn't commented and never invoke. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/target/cortex_a8.c')
-rw-r--r--src/target/cortex_a8.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/cortex_a8.c b/src/target/cortex_a8.c
index e7169990..11068ba2 100644
--- a/src/target/cortex_a8.c
+++ b/src/target/cortex_a8.c
@@ -106,7 +106,6 @@ target_type_t cortexa8_target =
.target_create = cortex_a8_target_create,
.init_target = cortex_a8_init_target,
.examine = cortex_a8_examine,
- .quit = NULL
};
/*