macloader: add additional SEMCOSH mac addr

Change-Id: Ib0015cb828772b1723d596442df3f7e2e298c2a2
This commit is contained in:
Ethan Chen 2013-07-31 13:18:51 -07:00
parent e2c157a687
commit 727dea780a

View file

@ -71,7 +71,8 @@ int main() {
} }
/* semcosh */ /* semcosh */
if (strncasecmp(mac_addr_half, "5c:0a:5b", 9) == 0) { if (strncasecmp(mac_addr_half, "5c:0a:5b", 9) == 0 ||
strncasecmp(mac_addr_half, "cc:3a:61", 9) == 0) {
type = SEMCOSH; type = SEMCOSH;
} }