summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/isteps/istep07/call_mss_eff_config.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/isteps/istep07/call_mss_eff_config.C b/src/usr/isteps/istep07/call_mss_eff_config.C
index 904425da9..8573a0a5f 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,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -60,6 +60,8 @@
#include <p9c_mss_eff_mb_interleave.H>
#include <p9c_mss_eff_config_thermal.H>
+#include <hbotcompid.H>
+
namespace ISTEP_07
{
@@ -283,6 +285,8 @@ void* call_mss_eff_config( void *io_pArgs )
// Ensure istep error created and has same plid as this error
ErrlUserDetailsTarget(l_mcs_target).addToLog(l_err);
+ l_err->collectTrace(EEPROM_COMP_NAME);
+ l_err->collectTrace(I2C_COMP_NAME);
l_StepError.addErrorDetails(l_err);
errlCommit(l_err, HWPF_COMP_ID);
continue;
OpenPOWER on IntegriCloud