summaryrefslogtreecommitdiff
path: root/src/jtag/at91rm9200.c
diff options
context:
space:
mode:
authormifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-10 12:58:24 +0000
committermifi <mifi@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-10 12:58:24 +0000
commit8f6d142b953da8838bd50357b8fa70d86e839dad (patch)
tree1f862f91346691047c349008c3f824e2d422dde1 /src/jtag/at91rm9200.c
parent70b2de2a63f3655891c71781fa4027965e1b0293 (diff)
downloadopenocd+libswd-8f6d142b953da8838bd50357b8fa70d86e839dad.tar.gz
openocd+libswd-8f6d142b953da8838bd50357b8fa70d86e839dad.tar.bz2
openocd+libswd-8f6d142b953da8838bd50357b8fa70d86e839dad.tar.xz
openocd+libswd-8f6d142b953da8838bd50357b8fa70d86e839dad.zip
- added patch to change pathmove handling
https://lists.berlios.de/pipermail/openocd-development/2008-January/000678.html (thanks to Øyvind for the patch) git-svn-id: svn://svn.berlios.de/openocd/trunk@286 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/at91rm9200.c')
-rw-r--r--src/jtag/at91rm9200.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jtag/at91rm9200.c b/src/jtag/at91rm9200.c
index b1ddb2df..8c91171d 100644
--- a/src/jtag/at91rm9200.c
+++ b/src/jtag/at91rm9200.c
@@ -134,8 +134,6 @@ jtag_interface_t at91rm9200_interface =
.execute_queue = bitbang_execute_queue,
- .support_pathmove = 0,
-
.speed = at91rm9200_speed,
.register_commands = at91rm9200_register_commands,
.init = at91rm9200_init,