From 5088523786983d7c9f932d060d9be3fd3319227a Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 20 Feb 2017 23:54:59 +0100 Subject: [PATCH] detect apollo lake for real --- driver/others/dynamic.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index ee79dd531..13efe20ac 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -296,7 +296,7 @@ static gotoblas_t *get_coretype(void){ } } //Apollo Lake - if (model == 14) { + if (model == 12) { return &gotoblas_NEHALEM; } return NULL; @@ -401,7 +401,6 @@ static gotoblas_t *get_coretype(void){ switch (family) { case 0x6: return &gotoblas_NANO; - break; } }