diff options
author | crgeddes <crgeddes@us.ibm.com> | 2016-07-27 11:30:10 -0500 |
---|---|---|
committer | Matthew A. Ploetz <maploetz@us.ibm.com> | 2016-07-28 10:34:12 -0400 |
commit | 2aaf834dbb786c57f2fc09c48b3e195242c5c35c (patch) | |
tree | 19f3d44a9013fb87fa0ceb62092f03e3d6a5da69 /src/usr/isteps | |
parent | 7985119ccf8c6ddd89f4481117106fa71e5874d5 (diff) | |
download | talos-hostboot-2aaf834dbb786c57f2fc09c48b3e195242c5c35c.tar.gz talos-hostboot-2aaf834dbb786c57f2fc09c48b3e195242c5c35c.zip |
Re-enabled istep 6.12
Now that form 3 of #v data in vpd is processed properly we can
re-enable this step
Change-Id: I1f3183c3401addf591f132f1fb74fb5354e38d65
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27515
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r-- | src/usr/isteps/istep06/call_host_voltage_config.C | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr/isteps/istep06/call_host_voltage_config.C b/src/usr/isteps/istep06/call_host_voltage_config.C index 82f44884f..f2d822594 100644 --- a/src/usr/isteps/istep06/call_host_voltage_config.C +++ b/src/usr/isteps/istep06/call_host_voltage_config.C @@ -52,10 +52,9 @@ void* call_host_voltage_config( void *io_pArgs ) { TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "call_host_voltage_config entry" ); -// TODO RTC:157341 RE-enabled this after form 3 #v gets merged ISTEP_ERROR::IStepError l_stepError; -#if 0 + errlHndl_t l_err = nullptr; Target * l_sys = nullptr; TargetHandleList l_procList; @@ -290,7 +289,6 @@ void* call_host_voltage_config( void *io_pArgs ) errlCommit( l_err, ISTEP_COMP_ID ); } -#endif TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "call_host_voltage_config exit" ); |