lpc2900.c: Improve debug output for device probing

This commit is contained in:
Rolf Meeser 2010-12-01 08:28:43 +01:00 committed by Øyvind Harboe
parent 71031bcf7f
commit 40a93104d5
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}