summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-20 10:51:45 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-20 10:51:45 +0000
commita3325f1dc4fd6246706723afd29bb4d69e62bddd (patch)
tree338bc045c2e7bc24040028fab6d9819e2f775b41 /src
parent7e94e2e8b18a382455a9e5965f813d781dc0218a (diff)
downloadopenocd+libswd-a3325f1dc4fd6246706723afd29bb4d69e62bddd.tar.gz
openocd+libswd-a3325f1dc4fd6246706723afd29bb4d69e62bddd.tar.bz2
openocd+libswd-a3325f1dc4fd6246706723afd29bb4d69e62bddd.tar.xz
openocd+libswd-a3325f1dc4fd6246706723afd29bb4d69e62bddd.zip
- added missing parport configs to texi
- remove spaces from last patch git-svn-id: svn://svn.berlios.de/openocd/trunk@951 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/jtag/parport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/parport.c b/src/jtag/parport.c
index 31629d21..1139865b 100644
--- a/src/jtag/parport.c
+++ b/src/jtag/parport.c
@@ -101,7 +101,7 @@ cable_t cables[] =
{ "wiggler_ntrst_inverted",
0x80, 0x10, 0x02, 0x04, 0x08, 0x01, 0x11, 0x80, 0x80, 0x80, 0x00 },
{ "old_amt_wiggler", 0x80, 0x01, 0x02, 0x04, 0x08, 0x10, 0x11, 0x80, 0x80, 0x80, 0x00 },
- { "arm-jtag", 0x80, 0x01, 0x02, 0x04, 0x08, 0x10, 0x01, 0x80, 0x80, 0x80, 0x00 },
+ { "arm-jtag", 0x80, 0x01, 0x02, 0x04, 0x08, 0x10, 0x01, 0x80, 0x80, 0x80, 0x00 },
{ "chameleon", 0x80, 0x00, 0x04, 0x01, 0x02, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 },
{ "dlc5", 0x10, 0x00, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, 0x10, 0x10, 0x00 },
{ "triton", 0x80, 0x08, 0x04, 0x01, 0x02, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 },