Skip to content

Commit

Permalink
detect apollo lake for real
Browse files Browse the repository at this point in the history
  • Loading branch information
brada4 committed Feb 20, 2017
1 parent e545a66 commit 5088523
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions driver/others/dynamic.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static gotoblas_t *get_coretype(void){
}
}
//Apollo Lake
if (model == 14) {
if (model == 12) {
return &gotoblas_NEHALEM;
}
return NULL;
Expand Down Expand Up @@ -401,7 +401,6 @@ static gotoblas_t *get_coretype(void){
switch (family) {
case 0x6:
return &gotoblas_NANO;
break;
}
}

Expand Down

0 comments on commit 5088523

Please sign in to comment.