]> git.sur5r.net Git - openocd/commitdiff
JTAG: no LOG_WARNING() for taps without IDCODE
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 16 Nov 2009 23:18:55 +0000 (15:18 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 16 Nov 2009 23:18:55 +0000 (15:18 -0800)
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/jtag/core.c

index ea723ebe13b5de54b3ab10562fa4605a2dbce55d..da745d09a22535fb0c688dbf76718e230d52937c 100644 (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;