ARM926: more cleanup
commited9ac9b6fe3257bb728db059f4ae689fc5469fdd
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 6 Nov 2009 04:35:47 +0000 (5 20:35 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 6 Nov 2009 04:35:47 +0000 (5 20:35 -0800)
treef35d23fcbe2305f96dda671fb58f268afb4c0c78
parentaab023570b7cc8f884715fc6a8af9c296d24ea8e
ARM926: more cleanup

An init_target() wrapper isn't needed, and target_create()
can shrink a bit.  Add a header comment and some doxygen.

Remove arm926ejs_catch_broken_irscan() which has been a NOP
for quite a few months now, and in any case duplicates logic
in the JTAG core to validate IR capture data.  But force the
capture mask to 0x0f, so those tests are most effective.

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