summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2018-07-10 08:23:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-13 10:01:20 -0400
commit0ee708e360e9e0d2136b455aed7e4f87dd22befb (patch)
tree4a49af981fd824bf2095077caecdab579ad0267d /src/usr/sbeio
parent71ef9b83a69bae1da8c92c30b71e4d6e23833439 (diff)
downloadtalos-hostboot-0ee708e360e9e0d2136b455aed7e4f87dd22befb.tar.gz
talos-hostboot-0ee708e360e9e0d2136b455aed7e4f87dd22befb.zip
Fix for hostboot not forcing a TI for PSU timeout w/SBE dead
-updated the check to determine if the fapi2 library was loaded, previous check was not correct. Change-Id: I41340c8203c4e733540bf4d4383610d644e79a6d CQ:SW437299 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/62201 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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>
Diffstat (limited to 'src/usr/sbeio')
-rw-r--r--src/usr/sbeio/sbe_psudd.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/sbeio/sbe_psudd.C b/src/usr/sbeio/sbe_psudd.C
index e021f57ce..d746e4d55 100644
--- a/src/usr/sbeio/sbe_psudd.C
+++ b/src/usr/sbeio/sbe_psudd.C
@@ -821,7 +821,7 @@ errlHndl_t SbePsu::pollForPsuComplete(TARGETING::Target * i_target,
HWAS::GARD_NULL );
}
- if (!VFS::module_is_loaded("fapi2.so"))
+ if (!VFS::module_is_loaded("libfapi2.so"))
{
// If the fapi library hasn't been loaded, we need to save
// the details of this error until it has, so the error can
OpenPOWER on IntegriCloud