ARMv7-M: use command handler for "dap baseaddr".
commit2248c387f2c413c89d0f175b464a6e60ea20e75b
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 29 Jan 2010 22:16:14 +0000 (29 14:16 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 29 Jan 2010 22:16:14 +0000 (29 14:16 -0800)
treefa290818654c6d7fa691d6be8be82b974405cc99
parent303b493c229475df26d69d102bbaf5ae5e5e7a3f
ARMv7-M: use command handler for "dap baseaddr".

Make the ARMv7-M DAP code reuse the command handler for "dap baseaddr".
For some reason, this DAP command wasn't converted earlier.

This is a code shrink and simplification; it also removes a needless
transport dependency on JTAG.

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