summaryrefslogtreecommitdiff
path: root/src/flash/ecos.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-22 04:13:56 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-24 21:37:34 -0800
commit1765b103044179baa2d5036bb61710369ae59e70 (patch)
treef3e5b74927c75ea93f3a4ed861a0d1ab6aea2255 /src/flash/ecos.c
parentb595ab8b97ae15babe530a935bb5009cdb02fcd7 (diff)
downloadopenocd+libswd-1765b103044179baa2d5036bb61710369ae59e70.tar.gz
openocd+libswd-1765b103044179baa2d5036bb61710369ae59e70.tar.bz2
openocd+libswd-1765b103044179baa2d5036bb61710369ae59e70.tar.xz
openocd+libswd-1765b103044179baa2d5036bb61710369ae59e70.zip
ecos: use register_commands()
Diffstat (limited to 'src/flash/ecos.c')
-rw-r--r--src/flash/ecos.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flash/ecos.c b/src/flash/ecos.c
index 381f858c..f6f3307b 100644
--- a/src/flash/ecos.c
+++ b/src/flash/ecos.c
@@ -338,8 +338,6 @@ static int ecosflash_probe(struct flash_bank *bank)
static int ecosflash_register_commands(struct command_context *cmd_ctx)
{
- COMMAND_REGISTER(cmd_ctx, NULL, "ecosflash", NULL, COMMAND_ANY, NULL);
-
return ERROR_OK;
}