forked from auracaster/openocd
Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour.
git-svn-id: svn://svn.berlios.de/openocd/trunk@565 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -547,9 +547,9 @@ int feroceon_bulk_write_memory(target_t *target, u32 address, u32 count, u8 *buf
|
||||
buffer += 4;
|
||||
}
|
||||
|
||||
target->type->halt(target);
|
||||
target_halt(target);
|
||||
while (target->state != TARGET_HALTED)
|
||||
target->type->poll(target);
|
||||
target_poll(target);
|
||||
|
||||
/* restore target state */
|
||||
for (i = 0; i <= 5; i++)
|
||||
|
||||
Reference in New Issue
Block a user