Skip to content

Commit

Permalink
ipcinfo: add goke to serial info (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda authored Sep 25, 2023
1 parent dcc64ac commit e63193b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ipcinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static void print_serial() {
char serial[512];

const char *vendor = getchipvendor();
if (strstr(vendor, "HiSilicon"))
if (strstr(vendor, "HiSilicon") || strstr(vendor, "Goke"))
hisi_ev300_get_die_id(serial, sizeof serial);
if (strstr(vendor, "SigmaStar"))
sstar_get_die_id(serial, sizeof serial);
Expand Down

0 comments on commit e63193b

Please sign in to comment.