- image.c and fileio.c now uses logging to propagate error strings.
More precise, less code. - removed unused code in fileio.c - Windows should now find debug_handler.bin git-svn-id: svn://svn.berlios.de/openocd/trunk@390 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -196,7 +196,6 @@ int loadDriver(ecosflash_flash_bank_t *info)
|
||||
|
||||
if (image_open(&image, info->driverPath, NULL) != ERROR_OK)
|
||||
{
|
||||
ERROR("load_image error: %s", image.error_str);
|
||||
return ERROR_FLASH_BANK_INVALID;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user