Correct PEL create on default value in D1 keyword (#158)
We will not create a PEL if the D1 keyword is the
default value both on the Primary and the secondary
we will go ahead as the value gets updated at a later
stage
Change-Id: I9ca844c9eaea8f4ab3eb27b48d095a714dde2a76
Signed-off-by: jinuthomas <jinu.joy.thomas@in.ibm.com>
diff --git a/ibm_vpd_utils.hpp b/ibm_vpd_utils.hpp
index d74e4c3..5dd413e 100644
--- a/ibm_vpd_utils.hpp
+++ b/ibm_vpd_utils.hpp
@@ -51,7 +51,7 @@
{"UTIL",
{inventory::SystemKeywordInfo("D0", Binary(1, 0x00), true, true, "VSBK",
"D0"),
- inventory::SystemKeywordInfo("D1", Binary(1, 0x00), true, true, "VSBK",
+ inventory::SystemKeywordInfo("D1", Binary(1, 0x00), false, true, "VSBK",
"D1"),
inventory::SystemKeywordInfo("F0", Binary(8, 0x00), false, true, "VSBK",
"F0"),