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

* flash/detectflash.c (detectflash): Renamed detect_cfi to cfi_detect.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@469 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 88953b5633
commit ec8f245b46

@ -1,3 +1,7 @@
2003-06-03 Marcel Telka <marcel@telka.sk>
* flash/detectflash.c (detectflash): Renamed detect_cfi to cfi_detect.
2003-06-03 Marcel Telka <marcel@telka.sk>
* Makefile.am (libbrux_a_SOURCES): Renamed cmd/detectflash.c to cmd/cmd_detectflash.c.

@ -55,7 +55,7 @@ detectflash( bus_t *bus )
bus_prepare( bus );
if (detect_cfi( bus, 0, &cfi_array )) {
if (cfi_detect( bus, 0, &cfi_array )) {
cfi_array_free( cfi_array );
printf( _("Flash not found!\n") );
return;

Loading…
Cancel
Save