Minor cleanup to ARM926 debug entry:
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 5 Oct 2009 08:18:17 +0000 (08:18 +0000)
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 5 Oct 2009 08:18:17 +0000 (08:18 +0000)
commit16a7ad5799ae488ad122648f2f74fe5d59e6c0c6
treeb8abd067f22ce43e7f01f32f84b9bdb902fe4df3
parent3aa9fabfe9eb437e26f42a7c71f9077f7b574c29
Minor cleanup to ARM926 debug entry:

 - don't needlessly export this function
 - handle "case 0" debug method-of-entry better (silent by default)

The "case 0" is a valid debug entry mode so it doesn't deserve the
warning int now gets.  But it probably means that OpenOCD confused
itself somehow; or that it confused the ARM9EJS target.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2799 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/target/arm926ejs.c