diff options
Diffstat (limited to 'src/flash')
-rw-r--r-- | src/flash/flash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/flash/flash.c b/src/flash/flash.c index 46606d2d..12f84418 100644 --- a/src/flash/flash.c +++ b/src/flash/flash.c @@ -88,7 +88,8 @@ flash_driver_t *flash_drivers[] = flash_bank_t *flash_banks; static command_t *flash_cmd; -static int auto_erase = 0; +/* enabled by default*/ +static int auto_erase = 1; /* wafer thin wrapper for invoking the flash driver */ static int flash_driver_write(struct flash_bank_s *bank, u8 *buffer, u32 offset, u32 count) |