summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-06 18:47:15 +0000
committermlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-06 18:47:15 +0000
commitb33779fbbe7a476a53fb56336e9f1265f3e78f17 (patch)
tree6001024daf2e911012aac31c7825037c993e74d0
parentc8e52f9e158701c99a9254bdc9864180c00cb092 (diff)
downloadopenocd+libswd-b33779fbbe7a476a53fb56336e9f1265f3e78f17.tar.gz
openocd+libswd-b33779fbbe7a476a53fb56336e9f1265f3e78f17.tar.bz2
openocd+libswd-b33779fbbe7a476a53fb56336e9f1265f3e78f17.tar.xz
openocd+libswd-b33779fbbe7a476a53fb56336e9f1265f3e78f17.zip
Added (BUILD_JLINK==1) condition to us new tables with JLink
git-svn-id: svn://svn.berlios.de/openocd/trunk@1619 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r--src/jtag/jtag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.c b/src/jtag/jtag.c
index a75c9c54..91f14b15 100644
--- a/src/jtag/jtag.c
+++ b/src/jtag/jtag.c
@@ -3116,7 +3116,7 @@ static struct
#define B8(bits,count) { ((u8)B8__(HEX__(bits))), (count) }
-#if 0 && ((BUILD_FT2232_FTD2XX==1) || (BUILD_FT2232_LIBFTDI==1))
+#if 0 && ((BUILD_FT2232_FTD2XX==1) || (BUILD_FT2232_LIBFTDI==1) || (BUILD_JLINK==1))
/* this is the table submitted by Jeff Williams on 3/30/2009 with this comment:
OK, I added Peter's version of the state table, and it works OK for