diff --git a/libbrux/ChangeLog b/libbrux/ChangeLog index b3059360..29c7dcc6 100644 --- a/libbrux/ChangeLog +++ b/libbrux/ChangeLog @@ -1,3 +1,7 @@ +2003-06-03 Marcel Telka + + * flash/detectflash.c (detectflash): Renamed detect_cfi to cfi_detect. + 2003-06-03 Marcel Telka * Makefile.am (libbrux_a_SOURCES): Renamed cmd/detectflash.c to cmd/cmd_detectflash.c. diff --git a/libbrux/flash/detectflash.c b/libbrux/flash/detectflash.c index a7ee08f3..67e0adc8 100644 --- a/libbrux/flash/detectflash.c +++ b/libbrux/flash/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;