-- corrected embedded ice definitions
-- changed arm966e to use standard arm9_7 reset handling git-svn-id: svn://svn.berlios.de/openocd/trunk@146 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -566,7 +566,7 @@ int arm926ejs_soft_reset_halt(struct target_s *target)
|
||||
target->type->halt(target);
|
||||
}
|
||||
|
||||
while (buf_get_u32(dbg_stat->value, EICE_DBG_CONTROL_DBGACK, 1) == 0)
|
||||
while (buf_get_u32(dbg_stat->value, EICE_DBG_STATUS_DBGACK, 1) == 0)
|
||||
{
|
||||
embeddedice_read_reg(dbg_stat);
|
||||
jtag_execute_queue();
|
||||
|
||||
Reference in New Issue
Block a user