bios : Add Default value for the pvm_default_os_type attribute

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I81551c0525fc6c68d76e9054b8f2f9d1c50644bd
diff --git a/oem/ibm/configurations/bios/enum_attrs.json b/oem/ibm/configurations/bios/enum_attrs.json
index 003bc00..1ab33bb 100644
--- a/oem/ibm/configurations/bios/enum_attrs.json
+++ b/oem/ibm/configurations/bios/enum_attrs.json
@@ -182,10 +182,11 @@
          "possible_values":[
             "AIX",
             "Linux",
-            "IBM I"
+            "IBM I",
+            "Default"
          ],
          "default_values":[
-            "AIX"
+            "Default"
          ],
          "helpText" : "CEC Primary OS",
          "displayName" : "CEC Primary OS"
@@ -195,10 +196,11 @@
          "possible_values":[
             "AIX",
             "Linux",
-            "IBM I"
+            "IBM I",
+            "Default"
          ],
          "default_values":[
-            "AIX"
+            "Default"
          ],
          "helpText" : "Specifies the current CEC Primary OS type. Do not set this attribute directly; set pvm_default_os_type instead.",
          "displayName" : "CEC Primary OS (current)"