summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-01-05 12:38:13 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-01-12 10:01:02 -0500
commit7d9f92073588c7ab8c1871e0a4b3680ac7008955 (patch)
treed06fae7aa0ac7fb16fbdbd9990aaffa1ef415157 /src/usr
parent5a63c85ff68edd6799ed77869dcbc3c6c4ea14f7 (diff)
downloadtalos-hostboot-7d9f92073588c7ab8c1871e0a4b3680ac7008955.tar.gz
talos-hostboot-7d9f92073588c7ab8c1871e0a4b3680ac7008955.zip
Fix bugs to allow p9_mss_eff_config_thermal to be executed
Change-Id: I6467e001b7fec2d163363bdcfbad310856fa981c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34435 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> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/isteps/istep07/call_mss_eff_config.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/istep07/call_mss_eff_config.C b/src/usr/isteps/istep07/call_mss_eff_config.C
index 246d10396..e13dacecf 100644
--- a/src/usr/isteps/istep07/call_mss_eff_config.C
+++ b/src/usr/isteps/istep07/call_mss_eff_config.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -209,7 +209,7 @@ void* call_mss_eff_config( void *io_pArgs )
std::map<ATTR_VDDR_ID_type,TARGETING::TargetHandleList> l_domainIdGroups;
TARGETING::TargetHandleList l_mcbistTargetList;
- getAllChiplets(l_mcsTargetList, TYPE_MCBIST);
+ getAllChiplets(l_mcbistTargetList, TYPE_MCBIST);
// Iterate over all MCBIST, calling mss_eff_config_thermal
for (const auto & l_mcbist_target : l_mcbistTargetList)
OpenPOWER on IntegriCloud