Display IDCODE in message about it not existing. (#404)

Change-Id: I1d1ca10ec62502c4757b64122e190ff964616684
bscan_optimization
Tim Newsome 2019-09-11 10:48:18 -07:00 committed by GitHub
parent 274be9587f
commit 11e6127401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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