From a7c04a0e49bf436e7930d798732c0827c38135b8 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 16 Nov 2009 15:18:55 -0800 Subject: JTAG: no LOG_WARNING() for taps without IDCODE Signed-off-by: David Brownell --- src/jtag/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jtag/core.c b/src/jtag/core.c index ea723ebe..da745d09 100644 --- a/src/jtag/core.c +++ b/src/jtag/core.c @@ -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; -- cgit v1.2.3 TagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-58643691-1', 'auto'); ga('send', 'pageview');
summaryrefslogtreecommitdiff
blob: d7be1c293287e74cd9273cb633d9a075ef259833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19