diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2017-01-17 10:11:01 -0600 |
|---|---|---|
| committer | Matthew A. Ploetz <maploetz@us.ibm.com> | 2017-04-27 12:08:32 -0400 |
| commit | 2fcb6eb5e3670c3825c79c7cb868ec25000a9322 (patch) | |
| tree | 8e1555669223a3ce6cbf26b8df336b4f6ff11d4b /src/usr/runtime/common/hsvc_procdata.C | |
| parent | 2a86732324b21d41ff608ccac0e7541c69301249 (diff) | |
| download | talos-hostboot-2fcb6eb5e3670c3825c79c7cb868ec25000a9322.tar.gz talos-hostboot-2fcb6eb5e3670c3825c79c7cb868ec25000a9322.zip | |
Remove deprecated attribute FABRIC_NODE_ID
Change-Id: I3bea4af0740b2dba53631fcd195a26b6102a8ba3
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34993
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/common/hsvc_procdata.C')
| -rw-r--r-- | src/usr/runtime/common/hsvc_procdata.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/runtime/common/hsvc_procdata.C b/src/usr/runtime/common/hsvc_procdata.C index d2e6a7f01..6716eef4e 100644 --- a/src/usr/runtime/common/hsvc_procdata.C +++ b/src/usr/runtime/common/hsvc_procdata.C @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* Contributors Listed Below - COPYRIGHT 2012,2017 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -31,7 +31,7 @@ HSVC_LOAD_ATTR( ATTR_CHIP_REGIONS_TO_ENABLE ); HSVC_LOAD_ATTR_P( ATTR_EC ); HSVC_LOAD_ATTR( ATTR_EX_L2_SINGLE_MEMBER_ENABLE ); HSVC_LOAD_ATTR( ATTR_FABRIC_CHIP_ID ); -HSVC_LOAD_ATTR( ATTR_FABRIC_NODE_ID ); +HSVC_LOAD_ATTR( ATTR_FABRIC_GROUP_ID ); HSVC_LOAD_ATTR( ATTR_FSI_GP_REG_SCOM_ACCESS ); HSVC_LOAD_ATTR( ATTR_I2C_SLAVE_ADDRESS ); HSVC_LOAD_ATTR_P( ATTR_NAME ); |

