Print idcode value in error message.
parent
041e0ccf9e
commit
63f6999b6d
|
@ -1107,7 +1107,8 @@ static int jtag_examine_chain(void)
|
|||
|
||||
if ((idcode & 1) == 0) {
|
||||
/* Zero for LSB indicates a device in bypass */
|
||||
LOG_INFO("TAP %s does not have IDCODE", tap->dotted_name);
|
||||
LOG_INFO("TAP %s does not have valid IDCODE (idcode=0x%x)",
|
||||
tap->dotted_name, idcode);
|
||||
tap->hasidcode = false;
|
||||
tap->idcode = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue