- set erase flag on sector
git-svn-id: svn://svn.berlios.de/openocd/trunk@598 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
ae75056742
commit
ce8ed0e6e0
|
@ -607,6 +607,8 @@ int stellaris_erase(struct flash_bank_s *bank, int first, int last)
|
|||
target_write_u32(target, FLASH_CRIS, 0);
|
||||
return ERROR_FLASH_OPERATION_FAILED;
|
||||
}
|
||||
|
||||
bank->sectors[banknr].is_erased = 1;
|
||||
}
|
||||
|
||||
return ERROR_OK;
|
||||
|
|
Loading…
Reference in New Issue