fix: [MTL] Fix Linux build issue (#2032)

Fix lowercase typo which causes linux build to fix

Signed-off-by: kokweich <kok.wei.chan@intel.com>
This commit is contained in:
kokweich 2023-09-21 11:56:33 +08:00 committed by GitHub
parent ade7f84eca
commit ffa48fe4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <Include/GpioV2Config.h>
#include <Library/MtlSocGpioTopologyLib.h>
#include <Library/PchInfoLib.h>
#include <Register/PchRegslpc.h>
#include <Register/PchRegsLpc.h>
STATIC CONST UINT32 NhltSignaturesTable[] = {
SIGNATURE_32 ('N', 'H', 'L', 'T'),