]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c
EmbeddedPkg/SerialDxe: Do not block UART when no data is available on the port
[mirror_edk2.git] / ArmPlatformPkg / Library / PL011SerialPortLib / PL011SerialPortLib.c
index e3d8aabbc767a3d954e8010635aeb62b13c3cfb4..2395ffd6c8aa05ed28cee68dfd227b82eec57c96 100644 (file)
@@ -14,7 +14,7 @@
 
 **/
 
-#include <Include/Base.h>
+#include <Base.h>
 
 #include <Library/IoLib.h>
 #include <Library/PcdLib.h>
@@ -40,7 +40,6 @@ SerialPortInitialize (
       (UINTN)PcdGet64 (PcdSerialRegisterBase),
       (UINTN)PcdGet64 (PcdUartDefaultBaudRate),
       0, // Use the default value for Fifo depth
-      0, // Use the default value for Timeout,
       (EFI_PARITY_TYPE)PcdGet8 (PcdUartDefaultParity),
       PcdGet8 (PcdUartDefaultDataBits),
       (EFI_STOP_BITS_TYPE) PcdGet8 (PcdUartDefaultStopBits));