jtag: set default "jtag_only" to uninitialized transports
[fw/openocd] / src / jtag / drivers / opendous.c
index c0595bf9f477d632f9769bfe6ba3040c52591679..5f352af893204f24dfe1877809658579f558bacc 100644 (file)
@@ -236,6 +236,7 @@ static const struct command_registration opendous_command_handlers[] = {
 
 struct jtag_interface opendous_interface = {
        .name = "opendous",
+       .transports = jtag_only,
        .commands = opendous_command_handlers,
        .execute_queue = opendous_execute_queue,
        .init = opendous_init,