Display IDCODE in message about it not existing. (#404)
Change-Id: I1d1ca10ec62502c4757b64122e190ff964616684
This commit is contained in:
parent
274be9587f
commit
11e6127401
|
@ -1107,7 +1107,7 @@ static int jtag_examine_chain(void)
|
||||||
|
|
||||||
if ((idcode & 1) == 0) {
|
if ((idcode & 1) == 0) {
|
||||||
/* Zero for LSB indicates a device in bypass */
|
/* Zero for LSB indicates a device in bypass */
|
||||||
LOG_INFO("TAP %s does not have IDCODE", tap->dotted_name);
|
LOG_INFO("TAP %s has invalid IDCODE (0x%x)", tap->dotted_name, idcode);
|
||||||
tap->hasidcode = false;
|
tap->hasidcode = false;
|
||||||
tap->idcode = 0;
|
tap->idcode = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue