diff options
| author | Steven Janssen <janssens@us.ibm.com> | 2019-03-27 09:00:21 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-06-13 11:08:38 -0500 |
| commit | 9efb5475e01915a6da70b5eb2d159da33547a4b6 (patch) | |
| tree | cd38349039516c4114696978816b7d4668f1e7bd | |
| parent | dbba2f9d8fe31f408c905e9df49f040fc1949218 (diff) | |
| download | talos-hostboot-9efb5475e01915a6da70b5eb2d159da33547a4b6.tar.gz talos-hostboot-9efb5475e01915a6da70b5eb2d159da33547a4b6.zip | |
Fix library dependancy
Fix p9_mss_grouping dependancy
Fix setup_bars include path
build-fix
Change-Id: I85724d30ee6389f45d2113eeaedcd52f2d019d01
Original-Change-Id: Ie32721f027f48a4faf3842bc30a1632cbaca1d93
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75082
Dev-Ready: Steven B. Janssen <janssens@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Steven B. Janssen <janssens@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78770
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
| -rw-r--r-- | src/import/chips/p9/procedures/hwp/nest/p9a_omi_setup_bars.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9a_omi_setup_bars.C b/src/import/chips/p9/procedures/hwp/nest/p9a_omi_setup_bars.C index e5efc07c5..9271a4097 100644 --- a/src/import/chips/p9/procedures/hwp/nest/p9a_omi_setup_bars.C +++ b/src/import/chips/p9/procedures/hwp/nest/p9a_omi_setup_bars.C @@ -45,7 +45,7 @@ #include <p9_mc_scom_addresses.H> #include <p9a_misc_scom_addresses.H> #include <p9a_misc_scom_addresses_fld.H> -#include <chips/ocmb/explorer/procedures/hwp/memory/exp_inband.H> +#include <exp_inband.H> //----------------------------------------------------------------------------------- // Function definitions |

