lpc2900.c: Improve debug output for device probing
This commit is contained in:
parent
71031bcf7f
commit
40a93104d5
|
@ -1676,7 +1676,11 @@ static int lpc2900_probe(struct flash_bank *bank)
|
|||
|
||||
if ( !found )
|
||||
{
|
||||
LOG_WARNING("Unknown LPC29xx derivative");
|
||||
LOG_WARNING("Unknown LPC29xx derivative"
|
||||
" (FEATx="
|
||||
"%08" PRIx32 ":%08" PRIx32 ":%08" PRIx32 ":%08" PRIx32 ")",
|
||||
feat0, feat1, feat2, feat3
|
||||
);
|
||||
return ERROR_FLASH_OPERATION_FAILED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue