summaryrefslogtreecommitdiffstats
path: root/hdata/spira.c
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2014-10-13 15:15:39 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-10-15 14:23:24 +1100
commit3dc0afe84a1b4f12fc9bc09b0240d90efaff6102 (patch)
tree7cfeccd9a8a159ce01771e4148b22d216b78214f /hdata/spira.c
parent7cb450828aac89e370f1a34f20e9202a396a650f (diff)
downloadtalos-skiboot-3dc0afe84a1b4f12fc9bc09b0240d90efaff6102.tar.gz
talos-skiboot-3dc0afe84a1b4f12fc9bc09b0240d90efaff6102.zip
Reduce severity of XSCOM detection log message to PR_INFO
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/spira.c')
-rw-r--r--hdata/spira.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/spira.c b/hdata/spira.c
index 96e9ab65..e659df8e 100644
--- a/hdata/spira.c
+++ b/hdata/spira.c
@@ -186,7 +186,7 @@ static struct dt_node *add_xscom_node(uint64_t base, uint32_t hw_id,
addr = base | ((uint64_t)hw_id << PPC_BITLSHIFT(28));
size = (u64)1 << PPC_BITLSHIFT(28);
- printf("XSCOM: Found HW ID 0x%x (PCID 0x%x) @ 0x%llx\n",
+ prlog(PR_INFO, "XSCOM: Found HW ID 0x%x (PCID 0x%x) @ 0x%llx\n",
hw_id, proc_chip_id, (long long)addr);
node = dt_new_addr(dt_root, "xscom", addr);
OpenPOWER on IntegriCloud