]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/SerialDxe/SerialIo.c
ArmPkg/PL390Gic: Populate the GIC Distributor Target Register with the GIC CPU ID...
[mirror_edk2.git] / EmbeddedPkg / SerialDxe / SerialIo.c
index a94bacaf409510fe4bf5bac22d2cb343ad6ad14a..288f353cba8d86281cac735977396d2c863812c2 100644 (file)
@@ -7,6 +7,7 @@
   \r
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+  Copyright (c) 2013, ARM Ltd. All rights reserved.<BR>\r
   \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -165,7 +166,7 @@ SerialSetAttributes (
   EFI_STATUS  Status;\r
   EFI_TPL     Tpl;\r
 \r
-  Status = SerialPortSetAttributes (BaudRate, ReceiveFifoDepth, Timeout, Parity, DataBits, StopBits);\r
+  Status = SerialPortSetAttributes (&BaudRate, &ReceiveFifoDepth, &Timeout, &Parity, &DataBits, &StopBits);\r
   if (EFI_ERROR(Status)) {\r
     return Status;\r
   }\r