fix: [ADL-PS] Fix for TSN build error caused by FSP UPD updates. (#1872)

FSP M-UPD was updated so PchTsnEnable is now a 2-byte array with a
separate byte for each port.

Signed-off-by: Randy <randy.lin@intel.com>
This commit is contained in:
randylintw 2023-04-18 23:20:36 +08:00 committed by GitHub
parent d087b7d21d
commit 08afb8cf23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ UpdateFspConfig (
}
// TSN feature support
#if PLATFORM_RPLS || PLATFORM_RPLP || PLATFORM_RPLPCRB || PLATFORM_ADLP
#if PLATFORM_RPLS || PLATFORM_RPLP || PLATFORM_RPLPCRB || PLATFORM_ADLP || PLATFORM_ADLPS
FspsConfig->PchTsnEnable[0] = SiCfgData->PchTsnEnable;
FspsConfig->PchTsnEnable[1] = SiCfgData->PchTsnEnable;
#else