debug interface: get rid of unused pre_debug fn
Removing unused code makes it much less mysterius. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
@@ -1391,9 +1391,6 @@ int arm7_9_debug_entry(target_t *target)
|
||||
LOG_DEBUG("-");
|
||||
#endif
|
||||
|
||||
if (arm7_9->pre_debug_entry)
|
||||
arm7_9->pre_debug_entry(target);
|
||||
|
||||
/* program EmbeddedICE Debug Control Register to assert DBGACK and INTDIS
|
||||
* ensure that DBGRQ is cleared
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user