arm-jtag-ew: Declare interface as `jtag_only'
This commit is contained in:
parent
07bf5f443a
commit
e4590dad08
|
@ -523,6 +523,7 @@ static const struct command_registration armjtagew_command_handlers[] = {
|
||||||
struct jtag_interface armjtagew_interface = {
|
struct jtag_interface armjtagew_interface = {
|
||||||
.name = "arm-jtag-ew",
|
.name = "arm-jtag-ew",
|
||||||
.commands = armjtagew_command_handlers,
|
.commands = armjtagew_command_handlers,
|
||||||
|
.transports = jtag_only,
|
||||||
|
|
||||||
.execute_queue = armjtagew_execute_queue,
|
.execute_queue = armjtagew_execute_queue,
|
||||||
.speed = armjtagew_speed,
|
.speed = armjtagew_speed,
|
||||||
|
|
Loading…
Reference in New Issue