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.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/Board/EM/Platform/AcpiPlatform.c b/Board/EM/Platform/AcpiPlatform.c
index c0c9bfa..e7cbe97 100644
--- a/Board/EM/Platform/AcpiPlatform.c
+++ b/Board/EM/Platform/AcpiPlatform.c
@@ -1066,7 +1066,11 @@ AcpiPlatformInit (
}
mGlobalNvsArea.Area->Revision = GLOBAL_NVS_AREA_REVISION_1;
-
+
+{
+ mGlobalNvsArea.Area->ComIrqShareMode = gSetupData->F81216ComIrqShareMode ;
+}
+
Status = pBS->InstallMultipleProtocolInterfaces (&ImageHandle,
&gEfiGlobalNvsAreaProtocolGuid,
&mGlobalNvsArea,