macloader: Drop semcove case and enum

The all_ranges structure has one entry less than MAX_TYPES because
semcove type is not defined there, but there's no check for NULL and if
the mac isn't found it segfaults.

Change-Id: Ie218ea0a82b03992085db0f2d1cfc7079e7415a0
diff --git a/macloader/macaddr_mappings.h b/macloader/macaddr_mappings.h
index 523868a..f0b83ea 100644
--- a/macloader/macaddr_mappings.h
+++ b/macloader/macaddr_mappings.h
@@ -24,7 +24,6 @@
     NONE,
     MURATA,
     SEMCOSH,
-    SEMCOVE,
     SEMCO3RD,
     SEMCO,
     WISOL,
diff --git a/macloader/macloader.c b/macloader/macloader.c
index 7596d47..3efcc0b 100644
--- a/macloader/macloader.c
+++ b/macloader/macloader.c
@@ -190,9 +190,6 @@
         case SEMCOSH:
             type_str = "semcosh";
             break;
-        case SEMCOVE:
-            type_str = "semcove";
-            break;
         case SEMCO3RD:
             type_str = "semco3rd";
             break;