mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 08:38:14 +10:00
fix NOR flash regression
When factoring the bank setup command into flash_bank_add(), I forgot to include a call to the new helper.
This commit is contained in:
parent
dd9d1a3459
commit
56c5f6361e
@ -813,6 +813,8 @@ COMMAND_HANDLER(handle_flash_bank_command)
|
||||
return retval;
|
||||
}
|
||||
|
||||
flash_bank_add(c);
|
||||
|
||||
return ERROR_OK;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user