JTAG: no LOG_WARNING() for taps without IDCODE
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
+1
-1
@@ -1064,7 +1064,7 @@ static int jtag_examine_chain(void)
|
||||
if ((idcode & 1) == 0)
|
||||
{
|
||||
/* Zero for LSB indicates a device in bypass */
|
||||
LOG_WARNING("TAP %s does not have IDCODE",
|
||||
LOG_INFO("TAP %s does not have IDCODE",
|
||||
tap->dotted_name);
|
||||
idcode = 0;
|
||||
tap->hasidcode = false;
|
||||
|
||||
Reference in New Issue
Block a user