From eec1cff4b76f7d196ffacde279ab52526030f284 Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 14 Sep 2018 16:31:12 +0800 Subject: SMBIOS / SLP2.0 / IDE Mode / BIOS Name / Legacy Security String --- Core/EM/ACPI/mptable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Core/EM/ACPI/mptable.c') diff --git a/Core/EM/ACPI/mptable.c b/Core/EM/ACPI/mptable.c index 66fe0d4..9260a7b 100644 --- a/Core/EM/ACPI/mptable.c +++ b/Core/EM/ACPI/mptable.c @@ -188,8 +188,8 @@ static VOID *MpsExTableCurrentPointer = NULL; static UINT16 BaseTableLength = 0; static UINT16 BaseTableEntryCount = 0; static UINT16 ExtendedTableLength = 0; -static UINT8 OemId[8] = CONVERT_TO_STRING(T_ACPI_OEM_TBL_ID); //{ 0,1,2,3,4,5,6,7 }; -static UINT8 ProductId[12] = CONVERT_TO_STRING(T_ACPI_OEM_ID); //{ 0,1,2,3,4,5,6,7,8,9,0xA, 0xB }; +static UINT8 OemId[8] = T_ACPI_OEM_TBL_ID ;//CONVERT_TO_STRING(T_ACPI_OEM_TBL_ID); //{ 0,1,2,3,4,5,6,7 }; +static UINT8 ProductId[12] = T_ACPI_OEM_ID ;//CONVERT_TO_STRING(T_ACPI_OEM_ID); //{ 0,1,2,3,4,5,6,7,8,9,0xA, 0xB }; static BUS_INFO BusEntry[MP_TABLE_MAX_BUS_ENTRIES]; static UINT8 MaxBusId = 0; -- cgit v1.2.3