diff options
Diffstat (limited to 'board/wepep250/flash.c')
-rw-r--r-- | board/wepep250/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/wepep250/flash.c b/board/wepep250/flash.c index 5c9d346da03..2a322903d5f 100644 --- a/board/wepep250/flash.c +++ b/board/wepep250/flash.c @@ -201,7 +201,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last) } else { printf ("Erasing sector %2d ... ", sector); } - + address = (FLASH_BUS *) (info->start[sector]); *address = FLASH_CMD (CFI_INTEL_CMD_BLOCK_ERASE); |