X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnon_cfi.c;fp=src%2Fflash%2Fnon_cfi.c;h=74334126a761d8b56aec780504e6584ecbc2f531;hp=dbb02b0ca627dfa61ae1c4fec9e11e7acff77340;hb=d47e1b8f362379d8a2307f49e2b42115a3f40524;hpb=a96f96d1f0827c6b0eb5d67cb9a94a4084e36184 diff --git a/src/flash/non_cfi.c b/src/flash/non_cfi.c index dbb02b0ca6..74334126a7 100644 --- a/src/flash/non_cfi.c +++ b/src/flash/non_cfi.c @@ -250,7 +250,7 @@ void cfi_fixup_non_cfi(flash_bank_t *bank, void *param) cfi_info->pri_ext = pri_ext; } else if ((cfi_info->pri_id == 0x1) || (cfi_info->pri_id == 0x3)) { - ERROR("BUG: non-CFI flashes using the Intel commandset are not yet supported"); + LOG_ERROR("BUG: non-CFI flashes using the Intel commandset are not yet supported"); exit(-1); } }