summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf
diff options
context:
space:
mode:
authorVan Lee <vanlee@us.ibm.com>2012-02-16 17:30:07 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-27 11:47:49 -0600
commit3c44ccab3932939d32b59d1ddeecdd48da972309 (patch)
treef6a657af44be9791df4b9828ee64a6e489f9bb26 /src/usr/hwpf
parenta402dfe4e467a71d66acea68d051ccfa2a78c902 (diff)
downloadtalos-hostboot-3c44ccab3932939d32b59d1ddeecdd48da972309.tar.gz
talos-hostboot-3c44ccab3932939d32b59d1ddeecdd48da972309.zip
Fix DRAM Manufacturer JEDEC ID Code per latest SPD driver
Change-Id: Ie1eb917effda507545866906edb43b1b0e456cd6 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/677 Tested-by: Jenkins Server Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf')
-rw-r--r--src/usr/hwpf/plat/fapiPlatAttributeService.C1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatAttributeService.C b/src/usr/hwpf/plat/fapiPlatAttributeService.C
index 95aeb8c2c..c10b6613d 100644
--- a/src/usr/hwpf/plat/fapiPlatAttributeService.C
+++ b/src/usr/hwpf/plat/fapiPlatAttributeService.C
@@ -132,7 +132,6 @@ static void platUpdateAttrValue( const uint16_t i_keyword, void * o_data )
// and reverse the bytes
case SPD::MODULE_CRC:
case SPD::MODULE_REVISION_CODE:
- case SPD::DRAM_MANUFACTURER_ID:
l_word |= (*l_byte++);
l_word |= (*l_byte << 8);
break;
OpenPOWER on IntegriCloud