summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/phy
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-03-17 06:51:31 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-04-01 21:27:20 -0400
commit00b25792a1a7558f4722314883872f5d94128668 (patch)
tree1b8319540caa56bae6f87debf86f6a9dd8defdeb /src/import/chips/p9/procedures/hwp/memory/lib/phy
parent2d1259655925b251aa08cfe035805d0fbaa5692f (diff)
downloadtalos-hostboot-00b25792a1a7558f4722314883872f5d94128668.tar.gz
talos-hostboot-00b25792a1a7558f4722314883872f5d94128668.zip
Change procedure include paths
Change-Id: I0de356962e3b8552d546083b201a44c2bee3bfc0 Original-Change-Id: I1c2e058d3e69d27994d3ce3a7c20d9d814303ca1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22175 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Brent Wieman <bwieman@us.ibm.com> Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22782 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/phy')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
index ce340cfc2..340a0093f 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
@@ -31,13 +31,13 @@
#include <initializer_list>
#include <fapi2.H>
-#include "../mss.H"
+#include <mss.H>
-#include "ddr_phy.H"
-#include "read_cntrl.H"
+#include <phy/ddr_phy.H>
+#include <phy/read_cntrl.H>
-#include "../utils/bit_count.H"
-#include "../utils/dump_regs.H"
+#include <utils/bit_count.H>
+#include <utils/dump_regs.H>
using fapi2::TARGET_TYPE_MCBIST;
using fapi2::TARGET_TYPE_PROC_CHIP;
OpenPOWER on IntegriCloud