diff options
| author | Luis Fernandez <Luis.Fernandez@ibm.com> | 2019-03-15 10:34:55 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-03-26 10:16:52 -0500 |
| commit | ab6efc5935dceb9d7e5a7df64f1700fa909370c4 (patch) | |
| tree | 579f4aa324801c47a36383cd41cac5a4098d1765 /src/import/chips/centaur/procedures/xml | |
| parent | c2a9006d0552862dd315ec8d3919a0620c9b5ed7 (diff) | |
| download | blackbird-hostboot-ab6efc5935dceb9d7e5a7df64f1700fa909370c4.tar.gz blackbird-hostboot-ab6efc5935dceb9d7e5a7df64f1700fa909370c4.zip | |
HB Improvements: Fix compiler warnings on modern compilers
Resolve warnings when compiling with gcc 4.8. Compiling HB with GCC 7.3.
Change-Id: Id180af6b174d34009c451a23fc3ec1803fa0130a
RTC: 202716
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73418
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73429
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/centaur/procedures/xml')
| -rw-r--r-- | src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_volt_errors.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_volt_errors.xml b/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_volt_errors.xml index 189bfa36f..c919de917 100644 --- a/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_volt_errors.xml +++ b/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_volt_errors.xml @@ -5,7 +5,7 @@ <!-- --> <!-- OpenPOWER HostBoot Project --> <!-- --> -<!-- Contributors Listed Below - COPYRIGHT 2016,2018 --> +<!-- Contributors Listed Below - COPYRIGHT 2016,2019 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -53,11 +53,11 @@ <description>Mixing of DDR3 and DDR4 not supported.</description> <ffdc>DEVICE_TYPE</ffdc> <callout> - <target>DIMM_DDR4_TARGET</target> + <target>DIMM_DDR3_TARGET</target> <priority>HIGH</priority> </callout> <deconfigure> - <target>DIMM_DDR4_TARGET</target> + <target>DIMM_DDR3_TARGET</target> </deconfigure> </hwpError> <hwpError> |

