swd: get rid of jtag queue to assert/deassert srst
[fw/openocd] / src / jtag / drivers / sysfsgpio.c
index c6ffa3205a15ad6a6d7699c629cb9b8a717c942d..70630000503020d395f94cd5855f317c3acb7271 100644 (file)
@@ -560,12 +560,12 @@ struct jtag_interface sysfsgpio_interface = {
        .commands = sysfsgpio_command_handlers,
        .init = sysfsgpio_init,
        .quit = sysfsgpio_quit,
+       .reset = sysfsgpio_reset,
 };
 
 static struct bitbang_interface sysfsgpio_bitbang = {
        .read = sysfsgpio_read,
        .write = sysfsgpio_write,
-       .reset = sysfsgpio_reset,
        .swdio_read = sysfsgpio_swdio_read,
        .swdio_drive = sysfsgpio_swdio_drive,
        .blink = 0