- free working area used to store flash write buffer
git-svn-id: svn://svn.berlios.de/openocd/trunk@96 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
3f74f764c7
commit
50141aebfb
|
@ -474,6 +474,8 @@ int str7x_write_block(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 cou
|
||||||
count -= thisrun_count;
|
count -= thisrun_count;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
target_free_working_area(target, source);
|
||||||
|
|
||||||
destroy_reg_param(®_params[0]);
|
destroy_reg_param(®_params[0]);
|
||||||
destroy_reg_param(®_params[1]);
|
destroy_reg_param(®_params[1]);
|
||||||
destroy_reg_param(®_params[2]);
|
destroy_reg_param(®_params[2]);
|
||||||
|
|
Loading…
Reference in New Issue