- Flash auto-erase is disabled by default
git-svn-id: svn://svn.berlios.de/openocd/trunk@592 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
fcf3b943d8
commit
da742a2d1c
|
@ -88,8 +88,9 @@ flash_driver_t *flash_drivers[] =
|
|||
|
||||
flash_bank_t *flash_banks;
|
||||
static command_t *flash_cmd;
|
||||
/* enabled by default*/
|
||||
static int auto_erase = 1;
|
||||
|
||||
/* flash auto-erase is disabled by default*/
|
||||
static int auto_erase = 0;
|
||||
|
||||
/* wafer thin wrapper for invoking the flash driver */
|
||||
static int flash_driver_write(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 count)
|
||||
|
|
Loading…
Reference in New Issue