From: oharboe at B. <oh...@ma...> - 2009-09-14 08:06:38
|
Author: oharboe Date: 2009-09-14 08:06:35 +0200 (Mon, 14 Sep 2009) New Revision: 2704 Modified: trunk/src/flash/cfi.c Log: fix warning Modified: trunk/src/flash/cfi.c =================================================================== --- trunk/src/flash/cfi.c 2009-09-13 20:07:13 UTC (rev 2703) +++ trunk/src/flash/cfi.c 2009-09-14 06:06:35 UTC (rev 2704) @@ -1448,7 +1448,7 @@ 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; |