configurations: remove harma_nic config

Because CX7 NIC Mezz has its own config file, remove harma_nic.json and
use cx7.json instead.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: Icc760eeb5aecaf5b95abd2946bb551ad2f3505a5
diff --git a/configurations/harma_nic.json b/configurations/harma_nic.json
deleted file mode 100644
index e2a2c62..0000000
--- a/configurations/harma_nic.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
-    "Exposes": [
-        {
-            "Address": "0x1f",
-            "Bus": 1,
-            "Labels": [
-                "temp2"
-            ],
-            "Name": "NIC_MEZZ_REMOTE_TEMP_C",
-            "Name1": "NIC_MEZZ_TEMP_C",
-            "Thresholds": [
-                {
-                    "Direction": "less than",
-                    "Index": 2,
-                    "Name": "lower critical",
-                    "Severity": 1,
-                    "Value": 5
-                },
-                {
-                    "Direction": "greater than",
-                    "Index": 2,
-                    "Name": "upper critical",
-                    "Severity": 1,
-                    "Value": 105
-                }
-            ],
-            "Type": "TMP421"
-        }
-    ],
-    "Name": "Harma NIC Mezz",
-    "Probe": "FOUND('Harma SCM')",
-    "Type": "Board"
-}
diff --git a/meson.build b/meson.build
index 5b9cbbd..ab8c4b6 100644
--- a/meson.build
+++ b/meson.build
@@ -125,7 +125,6 @@
     'harma_bsm.json',
     'harma_fanboard.json',
     'harma_mb.json',
-    'harma_nic.json',
     'harma_scm.json',
     'ibm_tacoma_rack_controller.json',
     'ingraham.json',