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

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))
{