Fix de83dbb: duplicate BMP_MODE_FLASH_VERIFY -> BMP_MODE_FLASH_WRITE_VERIFY
This commit is contained in:
parent
2a0d608b07
commit
ea4b232996
|
@ -419,9 +419,9 @@ int cl_execute(BMP_CL_OPTIONS_t *opt)
|
|||
if (opt->opt_flash_start == 0xffffffff)
|
||||
opt->opt_flash_start = lowest_flash_start;
|
||||
if ((opt->opt_flash_size == 0xffffffff) &&
|
||||
(opt->opt_mode != BMP_MODE_FLASH_WRITE) &&
|
||||
(opt->opt_mode != BMP_MODE_FLASH_WRITE) &&
|
||||
(opt->opt_mode != BMP_MODE_FLASH_VERIFY) &&
|
||||
(opt->opt_mode != BMP_MODE_FLASH_VERIFY))
|
||||
(opt->opt_mode != BMP_MODE_FLASH_WRITE_VERIFY))
|
||||
opt->opt_flash_size = lowest_flash_size;
|
||||
if (opt->opt_mode == BMP_MODE_SWJ_TEST) {
|
||||
switch (t->core[0]) {
|
||||
|
|
Loading…
Reference in New Issue