summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-11-30 08:43:49 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-11-30 08:54:52 +0100
commit2264270fe49a447e6f06ec4069a816cc86c3cf0b (patch)
tree2ccd4d32b291837cd13397c5bbf78cd5016d345d /src/jtag
parent5219b35be63e56d576f6c877162e4e2f50db5294 (diff)
downloadopenocd+libswd-2264270fe49a447e6f06ec4069a816cc86c3cf0b.tar.gz
openocd+libswd-2264270fe49a447e6f06ec4069a816cc86c3cf0b.tar.bz2
openocd+libswd-2264270fe49a447e6f06ec4069a816cc86c3cf0b.tar.xz
openocd+libswd-2264270fe49a447e6f06ec4069a816cc86c3cf0b.zip
zy1000: keep up with changes to command structure
Add missing COMMAND_REGISTRATION_DONE. For now the command syntax for zy1000 needs to be compatible across 0.3/0.4, the world outside OpenOCD interfaces to zy1000 using the old syntax. Post 0.4 release(0.4.1 even) I'll switch to subcommand scheme. Switch to subcommands post 0.3 lifecycle. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/zy1000/zy1000.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/zy1000/zy1000.c b/src/jtag/zy1000/zy1000.c
index aeaa914b..115b3be1 100644
--- a/src/jtag/zy1000/zy1000.c
+++ b/src/jtag/zy1000/zy1000.c
@@ -803,6 +803,7 @@ static const struct command_registration zy1000_commands[] = {
.help = "writes firmware to flash",
},
#endif
+ COMMAND_REGISTRATION_DONE
};