unbreak arm11. TAP_INVALID is used to communicate inband that a special state should...
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 4 Jun 2009 20:05:32 +0000 (20:05 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 4 Jun 2009 20:05:32 +0000 (20:05 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2052 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/arm11.h

index 5e34f8dd6c37b589574e102daa98065a3751cc79..53b2fe6b1bb7b8b8ac8fcd77eae758b6a89b225d 100644 (file)
@@ -47,7 +47,7 @@
                                         23 * ARM11_REGCACHE_MODEREGS +                 \
                                          9 * ARM11_REGCACHE_FREGS)
 
-#define ARM11_TAP_DEFAULT                      jtag_get_end_state()
+#define ARM11_TAP_DEFAULT                      TAP_INVALID
 
 
 #define CHECK_RETVAL(action)                                                           \