blob: 63ceb6e3dc1af947e851a2001d15e4f22240e424 [file] [log] [blame]
Andrew Geisslerb790d772015-03-01 21:21:35 -06001From e929e3bdbabad39c4c21ed220b0be7078afe0ef7 Mon Sep 17 00:00:00 2001
2From: Bill Hoffa <wghoffa@us.ibm.com>
3Date: Sun, 1 Mar 2015 18:38:45 -0600
4Subject: [PATCH 3/4] Update DIMM_TEMP Sensor Enum
5
6Change-Id: Ia850e56b85f13b4b421525541f547bde03cb4cbc
7RTC:124867
8(cherry picked from commit e9ad83fc6a2f0cc32826291c20d731337ba76f42)
9---
10 .../common/xmltohb/attribute_types_hb.xml | 2 +-
11 1 files changed, 1 insertions(+), 1 deletions(-)
12
13diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
14index 74fb492..3c00c33 100644
15--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
16+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
17@@ -917,7 +917,7 @@
18 </enumerator>
19 <enumerator>
20 <name>DIMM_TEMP</name>
21- <value>0x01C0</value>
22+ <value>0x0120</value>
23 </enumerator>
24 <enumerator>
25 <name>CORE_TEMP</name>
26--
271.7.4.1
28