summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-04-08 08:20:39 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-20 08:36:47 -0500
commit67a37edc8717a063435b3d3f47ea9dbf27c2fb20 (patch)
tree62a8de51baeb145fe9d8500e2084337079c85b1e /src/import/chips/p9/procedures/hwp/memory/lib
parent86f11d17eebc375a2933e4ade32686dc5a6d772a (diff)
downloadtalos-hostboot-67a37edc8717a063435b3d3f47ea9dbf27c2fb20.tar.gz
talos-hostboot-67a37edc8717a063435b3d3f47ea9dbf27c2fb20.zip
Change include paths in memory/lib, tests
Change-Id: I2ab397f0a18742d162c44dce2c336be0020d36da Original-Change-Id: I34081c5f245798c830f9e6c51b560cab303d65d5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23045 Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82424 Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
index c5597ee2e..66d5dcf75 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
@@ -36,9 +36,9 @@
#include <fapi2.H>
#include <p9_mc_scom_addresses.H>
-#include "../utils/dump_regs.H"
-#include "../utils/scom.H"
-#include "mc.H"
+#include <lib/utils/dump_regs.H>
+#include <lib/utils/scom.H>
+#include <lib/mc/mc.H>
using fapi2::TARGET_TYPE_MCA;
using fapi2::TARGET_TYPE_MCS;
OpenPOWER on IntegriCloud