fix another init regression
commitadbf40a04537acba3cf5fea7b71dab6ac3249646
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 3 Dec 2009 22:44:03 +0000 (3 14:44 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 3 Dec 2009 22:44:03 +0000 (3 14:44 -0800)
tree62f51a7f89266fb9306747946b653644a25d4ff9
parentde27ebfa837a13309a03bfa0674513deed0d59e9
fix another init regression

This makes Beagle work again, instead of losing horribly because
the JTAG event handlers are no longer able to e.g. "runtest".  I
get the previous quirky behavior ... comes up OK but "reset halt"
somewhat mysteriously makes it all better.  (Instead of nothing
being able to work at all...)  However, I'm still seeing:

 The 'init' command must be used before 'init'.

That seems to come from invoking "jtag init", sometime after it
gets mapped to "ocd_jtag init", according to debug message traces.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/openocd.c