2003-06-10 Marcel Telka <marcel@telka.sk>

* flash/cfi.c (cfi_detect): Changed types for some local variables.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@476 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent d58908a302
commit 987e1db26b

@ -1,3 +1,7 @@
2003-06-10 Marcel Telka <marcel@telka.sk>
* flash/cfi.c (cfi_detect): Changed types for some local variables.
2003-06-09 Marcel Telka <marcel@telka.sk>
* cmd/cmd.c (cmd_get_number): Added variable initialization for %n conversion in sscanf() call.

@ -60,8 +60,8 @@ cfi_array_free( cfi_array_t *cfi_array )
int
cfi_detect( bus_t *bus, uint32_t adr, cfi_array_t **cfi_array )
{
int bw; /* bus width */
int d; /* data offset */
unsigned int bw; /* bus width */
unsigned int d; /* data offset */
int ba; /* bus width address multiplier */
int ma; /* flash mode address multiplier */

Loading…
Cancel
Save