fix Cooperlake not selectable via environment variable

This commit is contained in:
Martin Kroeker 2022-11-03 18:13:35 +01:00 committed by GitHub
parent 62a44c9c5d
commit da6e426b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ static gotoblas_t *force_coretype(char *coretype){
char message[128];
//char mname[20];
for ( i=1 ; i <= 24; i++)
for ( i=1 ; i <= 25; i++)
{
if (!strncasecmp(coretype,corename[i],20))
{