arm-jtag-ew: Declare interface as `jtag_only'

This commit is contained in:
Simon Barner
2011-09-16 21:11:40 +02:00
committed by Andreas Fritiofson
parent 07bf5f443a
commit e4590dad08

View File

@@ -523,6 +523,7 @@ static const struct command_registration armjtagew_command_handlers[] = {
struct jtag_interface armjtagew_interface = {
.name = "arm-jtag-ew",
.commands = armjtagew_command_handlers,
.transports = jtag_only,
.execute_queue = armjtagew_execute_queue,
.speed = armjtagew_speed,