summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_getecid.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_getecid.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H b/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
index 0dd964723..0027876ef 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -46,7 +46,7 @@ enum P9_GETECID_Private_Constants
{
fuseString_len = 176, // fuse string length
ddLevelMemoryPart1 = 0b110, // bit field in ecid buffer representing DD1.02
- ddLevelMemoryPart2 = 0b111, // bit field in ecid buffer representing DD1.02
+ ddLevelMemoryPart2 = 0b111, // bit field in ecid buffer representing DD1.03
};
typedef fapi2::ReturnCode (*p9_getecid_FP_t)(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
OpenPOWER on IntegriCloud