summaryrefslogtreecommitdiff
path: root/Board/EM/Platform/AcpiPlatform.c
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Platform/AcpiPlatform.c')
-rw-r--r--Board/EM/Platform/AcpiPlatform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Board/EM/Platform/AcpiPlatform.c b/Board/EM/Platform/AcpiPlatform.c
index 19b8d21..c0c9bfa 100644
--- a/Board/EM/Platform/AcpiPlatform.c
+++ b/Board/EM/Platform/AcpiPlatform.c
@@ -1204,9 +1204,9 @@ VOID LoadDbgpTable()
EFI_STATUS Status = EFI_SUCCESS;
EFI_ACPI_DEBUG_PORT_DESCRIPTION_TABLE *DBGP;
EFI_ACPI_SUPPORT_PROTOCOL *As;
- UINT8 OemId[6] = CONVERT_TO_STRING(T_ACPI_OEM_ID);
+ UINT8 OemId[6] = T_ACPI_OEM_ID ;//CONVERT_TO_STRING(T_ACPI_OEM_ID);
UINT8 OemTblId[8] = \
- CONVERT_TO_STRING(T_ACPI_OEM_TBL_ID);
+ T_ACPI_OEM_TBL_ID ;//CONVERT_TO_STRING(T_ACPI_OEM_TBL_ID);
UINTN mDbgpTblHandle;