diff options
author | Mike Baiocchi <baiocchi@us.ibm.com> | 2014-01-14 20:24:13 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-01-14 21:08:20 -0600 |
commit | 3c41df392e4994012c2887ae98e998693671478f (patch) | |
tree | f78d94fa58bc7f2b81b2008a424b15ad6bfa99cb | |
parent | e224795ea36a8fd466c915448d8c638769e6cebf (diff) | |
download | talos-hostboot-3c41df392e4994012c2887ae98e998693671478f.tar.gz talos-hostboot-3c41df392e4994012c2887ae98e998693671478f.zip |
Temporarily Disable Hostboot SBE Update
This 1 line change disables Hostboot SBE Update from being called
in istep9.
Change-Id: If1f1d56c53ea6a7d9eaf3ae65ee98c83602b0d8b
RTC: 89503
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8068
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r-- | src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C index b991cd086..ecba66182 100644 --- a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C +++ b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2013 */ +/* COPYRIGHT International Business Machines Corp. 2012,2014 */ /* */ /* p1 */ /* */ @@ -308,7 +308,7 @@ void * call_host_slave_sbe_update( void * io_pArgs ) // Call to check state of Processor SBE SEEPROMs and // make any necessary updates - l_errl = SBE::updateProcessorSbeSeeproms(); + // l_errl = SBE::updateProcessorSbeSeeproms(); TRACDCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "call_host_slave_sbe_update exit" ); |