summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/test
diff options
context:
space:
mode:
authorAndrew Jeffery <andrewrj@au1.ibm.com>2018-09-17 17:23:17 +0930
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-10 13:46:03 -0500
commitd768905cfe02c7e7ff046c865c8f107df29d32ab (patch)
tree11ffdcc1ed967efd275abb2abce0e0c597febc69 /src/usr/pnor/test
parent92d167f704d5a77b353614926747c8352fd13fb2 (diff)
downloadtalos-hostboot-d768905cfe02c7e7ff046c865c8f107df29d32ab.tar.gz
talos-hostboot-d768905cfe02c7e7ff046c865c8f107df29d32ab.zip
pnor: ipmidd: Rename class to PnorIpmiDD
The rename is done in preparation for the fallback code, which needs to know of both the IPMI and AST mailbox implementations of the PNOR driver. Change-Id: Iabadb5a355f63ac72330094c842fb9c8f7afe77b Signed-off-by: Andrew Jeffery <andrewrj@au1.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66120 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/test')
-rw-r--r--src/usr/pnor/test/pnorddtest.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/pnor/test/pnorddtest.H b/src/usr/pnor/test/pnorddtest.H
index 21d815b5c..a42e77ae3 100644
--- a/src/usr/pnor/test/pnorddtest.H
+++ b/src/usr/pnor/test/pnorddtest.H
@@ -47,6 +47,7 @@ using PnorDD = PnorSfcDD;
#include "pnor_mboxdd.H"
#elif CONFIG_PNORDD_IS_IPMI
#include "pnor_ipmidd.H"
+using PnorDD = PnorIpmiDD;
#else
#error "No PNOR DD implementation configured"
#endif
OpenPOWER on IntegriCloud