diff options
| author | Bill Hoffa <wghoffa@us.ibm.com> | 2017-09-07 09:20:56 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-09-08 17:13:18 -0400 |
| commit | 9f456936f1c5be36e5da5d526283d20a2f1c25a6 (patch) | |
| tree | 6bc472b8b51c71f04d447f2d187f0bf56c36c9b9 /src/usr/sbe | |
| parent | e2a811277dfce629970af3e4d86fb1a2e85176d0 (diff) | |
| download | talos-hostboot-9f456936f1c5be36e5da5d526283d20a2f1c25a6.tar.gz talos-hostboot-9f456936f1c5be36e5da5d526283d20a2f1c25a6.zip | |
SBE Update Console Print Fix
- Instead of printing side 2/3 print the more commonly
referred to side 0/1
Change-Id: I932a9236625f6b7137640eeea7da2a44104216a0
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45814
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbe')
| -rw-r--r-- | src/usr/sbe/sbe_update.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C index fcdb72bb3..858b07481 100644 --- a/src/usr/sbe/sbe_update.C +++ b/src/usr/sbe/sbe_update.C @@ -2406,7 +2406,7 @@ namespace SBE CONSOLE::displayf(SBE_COMP_NAME, "System Performing SBE Update for PROC %d, side %d", io_sbeState.target->getAttr<TARGETING::ATTR_POSITION>(), - io_sbeState.seeprom_side_to_update); + io_sbeState.seeprom_side_to_update == EEPROM::SBE_PRIMARY ? SBE_SEEPROM0 : SBE_SEEPROM1); #endif errlHndl_t err = NULL; |

