summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-03-30 12:18:35 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-03 10:55:42 -0500
commit39b58eb2a515c4d53ab599c552ebc7c69f7343f7 (patch)
tree5379a55dbb3b9c9895b6cbb72bc87ceb43a9f3c7 /src/usr
parent9948b942a2d667ea6876324f83914a4cdcd12fb7 (diff)
downloadtalos-hostboot-39b58eb2a515c4d53ab599c552ebc7c69f7343f7.tar.gz
talos-hostboot-39b58eb2a515c4d53ab599c552ebc7c69f7343f7.zip
fix first dimm -- noticed that it was missing the 0.
noticed that the first dimm in the VENICE.system.xml file is incorrect - it was missing the number 0 in the name and physical path. i've fixed it (as well as my script that put it in there, just in case i have to rerun that again.) Change-Id: Ife1b5e96f22cec7ee23b244179f3244704afface Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/809 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/xmltohb/simics_VENICE.system.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/targeting/xmltohb/simics_VENICE.system.xml b/src/usr/targeting/xmltohb/simics_VENICE.system.xml
index 8d03cca1e..e0d95c771 100644
--- a/src/usr/targeting/xmltohb/simics_VENICE.system.xml
+++ b/src/usr/targeting/xmltohb/simics_VENICE.system.xml
@@ -10013,11 +10013,11 @@ Target used for FSI wrap-back testing
-->
<targetInstance>
- <id>sys0node0dimm</id>
+ <id>sys0node0dimm0</id>
<type>lcard-dimm-jedec</type>
<attribute>
<id>PHYS_PATH</id>
- <default>physical:sys-0/node-0/dimm-</default>
+ <default>physical:sys-0/node-0/dimm-0</default>
</attribute>
<attribute>
<id>AFFINITY_PATH</id>
OpenPOWER on IntegriCloud