From 57548e67fb22fc0b45bf2f781a5ce41b4f591f1e Mon Sep 17 00:00:00 2001 From: TuxSH Date: Fri, 10 Jan 2020 02:03:06 +0000 Subject: [PATCH] thermosphere: fix pl101 uart reg definitions --- thermosphere/src/platform/qemu/uart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermosphere/src/platform/qemu/uart.h b/thermosphere/src/platform/qemu/uart.h index 0b15bfb96..9d91575ca 100644 --- a/thermosphere/src/platform/qemu/uart.h +++ b/thermosphere/src/platform/qemu/uart.h @@ -55,7 +55,7 @@ typedef struct PL011UartRegisters { u32 SR; u32 ECR; }; - u32 _0x08, _0x0C, _0x10; + u32 _0x08, _0x0C, _0x10, _0x14; u32 FR; u32 _0x1C; u32 ILPR;