X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Fep93xx.c;fp=src%2Fjtag%2Fdrivers%2Fep93xx.c;h=09312c5f85b6cdaa577787fd3e0c89f6a358351b;hp=0959a5692246138374939adf04e0be3def934a74;hb=fb7235f12ad9590ac28f7fa8147c3ade4ce8b460;hpb=3931b99d142d337ea6558fd09aad2e0812c04507 diff --git a/src/jtag/drivers/ep93xx.c b/src/jtag/drivers/ep93xx.c index 0959a56922..09312c5f85 100644 --- a/src/jtag/drivers/ep93xx.c +++ b/src/jtag/drivers/ep93xx.c @@ -47,7 +47,6 @@ static void ep93xx_write(int tck, int tms, int tdi); static void ep93xx_reset(int trst, int srst); static int ep93xx_speed(int speed); -static int ep93xx_register_commands(struct command_context *cmd_ctx); static int ep93xx_init(void); static int ep93xx_quit(void); @@ -61,7 +60,6 @@ struct jtag_interface ep93xx_interface = .execute_queue = bitbang_execute_queue, .speed = ep93xx_speed, - .register_commands = ep93xx_register_commands, .init = ep93xx_init, .quit = ep93xx_quit, }; @@ -123,12 +121,6 @@ static int ep93xx_speed(int speed) return ERROR_OK; } -static int ep93xx_register_commands(struct command_context *cmd_ctx) -{ - - return ERROR_OK; -} - static int set_gonk_mode(void) { void *syscon;