add jim_handler to command_registration
authorZachary T Welch <zw@superlucidity.net>
Mon, 23 Nov 2009 23:03:04 +0000 (15:03 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 25 Nov 2009 05:37:37 +0000 (21:37 -0800)
commit17a9dea53a71e9d7e241262725f3dd707b620d37
tree863bbe082bfb4eeb61dcab0b952de506703391d6
parentcd7e76ebf0e09466aeb3c61498360c45a1a3ad39
add jim_handler to command_registration

Adding jim_handler field to command_registration allows removing the
register_jim helper.  All command registrations now go through the
register_command{,s}() functions.
src/flash/flash.c
src/helper/command.c
src/helper/command.h
src/helper/ioutil.c
src/jtag/tcl.c
src/target/target.c