summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/node_comm/node_comm.H
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2020-01-31 00:09:04 -0600
committerWilliam G Hoffa <wghoffa@us.ibm.com>2020-02-03 09:22:01 -0600
commit26554a3e54aac96a8bafa9ab4fabb45e126d5e1d (patch)
tree7e893117b329d2cc65a2e85ffb8282cfcbd7db4e /src/usr/secureboot/node_comm/node_comm.H
parent779761d1c5e0d143e1b2d7bc1da248345d2dffb8 (diff)
downloadtalos-hostboot-26554a3e54aac96a8bafa9ab4fabb45e126d5e1d.tar.gz
talos-hostboot-26554a3e54aac96a8bafa9ab4fabb45e126d5e1d.zip
Move definition of TRACE_ERR_FMT and TRACE_ERR_ARGS
Originally TRACE_ERR_FMT and TRACE_ERR_ARGS were defined in centaurScomCache.H for the P9 'master' branch. This commit puts them into the more proper errlentry.H file like they are for P10's 'master-p10' branch. Change-Id: Icb7af6ae721a15036804b7d35f49911888eb5eaf Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/90705 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Zachary Clark <zach@ibm.com> Reviewed-by: Nicholas E Bofferding <bofferdn@us.ibm.com> Reviewed-by: William G Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/node_comm/node_comm.H')
-rw-r--r--src/usr/secureboot/node_comm/node_comm.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/secureboot/node_comm/node_comm.H b/src/usr/secureboot/node_comm/node_comm.H
index f8135d2d8..227d53ac2 100644
--- a/src/usr/secureboot/node_comm/node_comm.H
+++ b/src/usr/secureboot/node_comm/node_comm.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2018,2019 */
+/* Contributors Listed Below - COPYRIGHT 2018,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -31,7 +31,7 @@
#include <time.h>
#include <devicefw/userif.H>
#include <trace/interface.H>
-#include <scom/centaurScomCache.H> // for TRACE_ERR_FMT, TRACE_ERR_ARGS
+#include <errl/errlentry.H> // for TRACE_ERR_FMT, TRACE_ERR_ARGS
#include <secureboot/nodecommif.H>
#include "../trusted/trustedboot.H"
#include <secureboot/trustedbootif.H>
OpenPOWER on IntegriCloud