From d768905cfe02c7e7ff046c865c8f107df29d32ab Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Mon, 17 Sep 2018 17:23:17 +0930 Subject: 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 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66120 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/pnor/test/pnorddtest.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/pnor/test') 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 -- cgit v1.2.1