Set hwInfo with skuTable and sysInfo for selected productFamily

Change-Id: I9dc7de0ad70d0ebd98e569ee2657e6ff7278bc76
This commit is contained in:
Hoppe, Mateusz 2018-12-14 13:31:25 +01:00 committed by sys_ocldev
parent 43497fc5fa
commit 6eb13a0c9a
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,8 @@ int main(int argc, char **argv) {
return -1;
}
platform = *hardwareInfo->pPlatform;
featureTable = *hardwareInfo->pSkuTable;
gtSystemInfo = *hardwareInfo->pSysInfo;
platform.usRevId = (uint16_t)revisionId;