Update PLDM BIOS attribute hb_mirror_memory_mode name

Update the naming for hb_mirror_memory_mode to hb_memory_mirror_mode
to match the documentation naming

Signed-off-by: Chen Du <duchen@us.ibm.com>
Change-Id: Ife32a14ee7669ee6fe27bf92d0e0ba1dd6a48172
diff --git a/oem/ibm/configurations/bios/enum_attrs.json b/oem/ibm/configurations/bios/enum_attrs.json
index 35cc82d..e420783 100644
--- a/oem/ibm/configurations/bios/enum_attrs.json
+++ b/oem/ibm/configurations/bios/enum_attrs.json
@@ -266,7 +266,7 @@
          "displayName" : "Secure Version Lockin Enabled"
       },
       {
-         "attribute_name":"hb_mirror_memory_mode",
+         "attribute_name":"hb_memory_mirror_mode",
          "possible_values":[
             "Disabled",
             "Enabled"
@@ -275,10 +275,10 @@
             "Enabled"
          ],
          "helpText" : "Specifies if the memory mirroring is enabled, requires a reboot for a change to be applied.",
-         "displayName" : "Mirror Memory Mode (pending)"
+         "displayName" : "Memory Mirror Mode (pending)"
       },
       {
-         "attribute_name":"hb_mirror_memory_mode_current",
+         "attribute_name":"hb_memory_mirror_mode_current",
          "possible_values":[
             "Disabled",
             "Enabled"
@@ -286,8 +286,8 @@
          "default_values":[
             "Enabled"
          ],
-         "helpText" : "Specifies if the memory mirroring is enabled for the current IPL. Do not set this attribute directly; set hb_mirror_memory_mode instead.",
-         "displayName" : "Mirror Memory Mode (current)"
+         "helpText" : "Specifies if the memory mirroring is enabled for the current IPL. Do not set this attribute directly; set hb_memory_mirror_mode instead.",
+         "displayName" : "Memory Mirror Mode (current)"
       }
    ]
 }