Browse Source

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>
tags/v0.4.0-rc1
Øyvind Harboe 14 years ago
parent
commit
2264270fe4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/jtag/zy1000/zy1000.c

+ 1
- 0
src/jtag/zy1000/zy1000.c View File

@@ -803,6 +803,7 @@ static const struct command_registration zy1000_commands[] = {
.help = "writes firmware to flash",
},
#endif
COMMAND_REGISTRATION_DONE
};




Loading…
Cancel
Save