flash: remove algorithm exit_point address for supported targets
For the above targets the exit_point is optional when used with run_algorithm, so remove it. This makes updating the algorithm less error prone. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
@@ -360,7 +360,7 @@ static int pic32mx_write_block(struct flash_bank *bank, uint8_t *buffer,
|
||||
|
||||
if ((retval = target_run_algorithm(target, 0, NULL, 3, reg_params,
|
||||
pic32mx_info->write_algorithm->address,
|
||||
pic32mx_info->write_algorithm->address + (sizeof(pic32mx_flash_write_code) - 76),
|
||||
0,
|
||||
10000, &mips32_info)) != ERROR_OK)
|
||||
{
|
||||
LOG_ERROR("error executing pic32mx flash write algorithm");
|
||||
|
||||
Reference in New Issue
Block a user