JTAG: no LOG_WARNING() for taps without IDCODE

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell 2009-11-16 15:18:55 -08:00
parent b6e0f2e1c3
commit a7c04a0e49

View File

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