summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2013-06-11 15:58:32 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-12 09:29:41 -0500
commitd6db361b4ee1b986e5d7a835da912775ed173536 (patch)
treee05271569848d723770c4e3d7e8f5a305161ab84 /src/usr/targeting
parent5e8c69add9ee9201936e18582be1626569e23b62 (diff)
downloadtalos-hostboot-d6db361b4ee1b986e5d7a835da912775ed173536.tar.gz
talos-hostboot-d6db361b4ee1b986e5d7a835da912775ed173536.zip
Fix bug in Targeting Attribute XML for ATTR_EFF_DRAM_ADDRESS_MIRRORING
The attribute has array dimensions that are nested incorrectly causing them to be ignored. This causes a compile time error when FAPI HWP code queries the corresponding FAPI attribute (FAPI Attribute type does not match Targeting Attribute type). Change-Id: Ida5dc8a495734f632a2dd6f2b16006cd09673e5f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4961 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 77137f864..82c61fe3e 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -12474,8 +12474,8 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
<simpleType>
<uint8_t>
<default>0</default>
- <array>2, 2</array>
</uint8_t>
+ <array>2,2</array>
</simpleType>
<persistency>volatile-zeroed</persistency>
<readable/>
OpenPOWER on IntegriCloud