mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
fix warning
git-svn-id: svn://svn.berlios.de/openocd/trunk@2704 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1448,7 +1448,7 @@ static int cfi_spansion_write_block(struct flash_bank_s *bank, uint8_t *buffer,
|
||||
armv4_5_info.core_state = ARMV4_5_STATE_ARM;
|
||||
|
||||
/* flash write code */
|
||||
int target_code_size;
|
||||
int target_code_size = 0;
|
||||
if (!cfi_info->write_algorithm)
|
||||
{
|
||||
uint8_t *target_code;
|
||||
|
||||
Reference in New Issue
Block a user