mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
lpc2900.c: Improve debug output for device probing
This commit is contained in:
committed by
Øyvind Harboe
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user