]> git.sur5r.net Git - openocd/blobdiff - src/target/arm_adi_v5.c
stlink: add armv7m stlink handling
[openocd] / src / target / arm_adi_v5.c
index 9a98f61d5652bde9925fb5e726128f85123e11b5..fd3a92ce3f45c0a3946bff69dfc3241eb16b8e0f 100644 (file)
@@ -1096,14 +1096,6 @@ int ahbap_debugport_init(struct adiv5_dap *dap)
 
        LOG_DEBUG(" ");
 
-       /* test for initialized low level jtag hardware
-        * this always fails for stlink hardware
-        */
-       if (!dap->jtag_info) {
-               LOG_DEBUG("No low level jtag hardware found");
-               return ERROR_OK;
-       }
-
        /* JTAG-DP or SWJ-DP, in JTAG mode
         * ... for SWD mode this is patched as part
         * of link switchover