Set default for LX and FC keywords

The commit set default values for keyword LX and FC.

Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
Change-Id: Ic948c9cfa9906b873fab51d873936a03647b3a3c
diff --git a/ibm_vpd_utils.hpp b/ibm_vpd_utils.hpp
index ab3c774..5c2a251 100644
--- a/ibm_vpd_utils.hpp
+++ b/ibm_vpd_utils.hpp
@@ -41,11 +41,13 @@
       inventory::SystemKeywordInfo("FV", Binary(32, 0x20), false, true, "VSBK",
                                    "FV")}},
     {"VCEN",
-     {inventory::SystemKeywordInfo("FC", Binary(), true, false, "VSBK", "FC"),
+     {inventory::SystemKeywordInfo("FC", Binary(8, 0x20), true, false, "VSBK",
+                                   "FC"),
       inventory::SystemKeywordInfo("SE", Binary(7, 0x20), true, true, "VSBK",
                                    "ES")}},
     {"LXR0",
-     {inventory::SystemKeywordInfo("LX", Binary(), true, false, "VSBK", "LX")}},
+     {inventory::SystemKeywordInfo("LX", Binary(8, 0x00), true, false, "VSBK",
+                                   "LX")}},
     {"UTIL",
      {inventory::SystemKeywordInfo("D0", Binary(1, 0x00), true, true, "VSBK",
                                    "D0"),