configurations: harma: remove redundant property from SPI update config

The 'hasME' property is not defined in the BIOS SPI update schema.
This commit removes it to clean up the configuration.

Change-Id: Ib885dc810fdfaa1913a615cf2c39acccf6bbc8f1
Signed-off-by: Kevin Tung <Kevin.Tung@quantatw.com>
diff --git a/configurations/meta/harma_mb.json b/configurations/meta/harma_mb.json
index e154aa3..2ba2f00 100644
--- a/configurations/meta/harma_mb.json
+++ b/configurations/meta/harma_mb.json
@@ -1220,8 +1220,7 @@
                 "Name": "Harma_BIOS",
                 "SPIControllerIndex": 3,
                 "SPIDeviceIndex": 0,
-                "Type": "SPIFlash",
-                "hasME": false
+                "Type": "SPIFlash"
             },
             {
                 "Address": "0x49",
diff --git a/configurations/meta/harma_mb_vr_infineon.json b/configurations/meta/harma_mb_vr_infineon.json
index 96a051f..18cc1ce 100644
--- a/configurations/meta/harma_mb_vr_infineon.json
+++ b/configurations/meta/harma_mb_vr_infineon.json
@@ -907,8 +907,7 @@
                 "Name": "Harma_BIOS",
                 "SPIControllerIndex": 3,
                 "SPIDeviceIndex": 0,
-                "Type": "SPIFlash",
-                "hasME": false
+                "Type": "SPIFlash"
             },
             {
                 "Address": "0x49",