Skip to content

Commit

Permalink
Add ATTR_ prefix to attributes missing it in hb_customized_attrs.xml
Browse files Browse the repository at this point in the history
Change-Id: Ia8e169913ca5c5964e196605a405ead5d9dc10bb
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56085
Reviewed-by: Prachi Gupta <pragupta@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: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
wghoffa authored and dcrowell77 committed Mar 22, 2018
1 parent 4d75532 commit 425eb89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -688,16 +688,16 @@
</attribute>

<attribute>
<id>CEN_MSS_CACHE_ENABLE</id>
<id>ATTR_CEN_MSS_CACHE_ENABLE</id>
<no_export/>
<default>0x1</default>
</attribute>
<attribute>
<id>LINK_TRAIN</id>
<id>ATTR_LINK_TRAIN</id>
<writeable/>
</attribute>
<attribute>
<id>SKIP_WAKEUP</id>
<id>ATTR_SKIP_WAKEUP</id>
<persistency>volatile-zeroed</persistency>
</attribute>

Expand Down

0 comments on commit 425eb89

Please sign in to comment.