diff options
author | Elizabeth Liner <eliner@us.ibm.com> | 2014-09-11 15:59:59 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-10-31 17:19:49 -0500 |
commit | c864e50f89bfeb102a2edca45825e6e02cf6ba56 (patch) | |
tree | 171cebc68e36d757780e8d94ba5f74e5ddf7e40d /src/usr/vpd/cvpd.H | |
parent | 23bb36591f824acacfb4e924ab0efda26e8d1f6e (diff) | |
download | talos-hostboot-c864e50f89bfeb102a2edca45825e6e02cf6ba56.tar.gz talos-hostboot-c864e50f89bfeb102a2edca45825e6e02cf6ba56.zip |
Support VPD keyword changes for ISDIMMS
RTC:94871
Change-Id: I8c00494263284ed7a047dbc7c6d02a54aeff5f6c
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13580
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/cvpd.H')
-rw-r--r-- | src/usr/vpd/cvpd.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/vpd/cvpd.H b/src/usr/vpd/cvpd.H index 30424603e..f7b2b120a 100644 --- a/src/usr/vpd/cvpd.H +++ b/src/usr/vpd/cvpd.H @@ -70,7 +70,7 @@ namespace CVPD { VINI, "VINI" }, { OPFR, "OPFR" }, { VNDR, "VNDR" }, - { VSPX, "VSPX" }, + { SPDX, "SPDX" }, // ------------------------------------------------------------------- // DO NOT USE!! This is for test purposes ONLY! { CVPD_TEST_RECORD, "TEST" }, |