oem_ibm:Remove deprecated vmi_if_count bios attribute
vmi_if_count bios attribute is not used anymore by the host,
so removing it from the pldm bios jsons.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I2f3d64ba39c10dbc952b278542dbd6a3fabd8840
diff --git a/oem/ibm/configurations/bios/integer_attrs.json b/oem/ibm/configurations/bios/integer_attrs.json
index 4d2e0be..e82344e 100644
--- a/oem/ibm/configurations/bios/integer_attrs.json
+++ b/oem/ibm/configurations/bios/integer_attrs.json
@@ -1,15 +1,6 @@
{
"entries":[
{
- "attribute_name" : "vmi_if_count",
- "lower_bound" : 0,
- "upper_bound" : 2,
- "scalar_increment" : 1,
- "default_value" : 1,
- "helpText" : "vmi_if_count",
- "displayName" : "vmi_if_count"
- },
- {
"attribute_name" : "vmi_if0_ipv4_prefix_length",
"lower_bound" : 0,
"upper_bound" : 32,