]> git.sur5r.net Git - openocd/blobdiff - src/pld/virtex2.c
target: add basic dsp563xx support
[openocd] / src / pld / virtex2.c
index 1025e61c4f266efe5c9ad0a6bb18bcdc160f22fe..77eb8669974f5a36f34f2c87d15820b2a2a11ea3 100644 (file)
@@ -253,14 +253,9 @@ static const struct command_registration virtex2_command_handler[] = {
        COMMAND_REGISTRATION_DONE
 };
 
-static int virtex2_register_commands(struct command_context *cmd_ctx)
-{
-       return register_commands(cmd_ctx, NULL, virtex2_command_handler);
-}
-
 struct pld_driver virtex2_pld = {
                .name = "virtex2",
-               .register_commands = &virtex2_register_commands,
+               .commands = virtex2_command_handler,
                .pld_device_command = &virtex2_pld_device_command,
                .load = &virtex2_load,
        };