From 4d83284aeecb8c2e6e5fe16bfd2cc75346709625 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Tue, 12 Mar 2013 01:00:30 +0000 Subject: [PATCH] ArmPlatformPkg/LcdGraphicsOutputDxe: The structure signature is a 32 bit value The signature was declared as UINTN. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14190 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h index 1e66a428e1..dfbf2ed671 100644 --- a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h +++ b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h @@ -34,7 +34,7 @@ typedef struct { } LCD_GRAPHICS_DEVICE_PATH; typedef struct { - UINTN Signature; + UINT32 Signature; EFI_HANDLE Handle; EFI_GRAPHICS_OUTPUT_MODE_INFORMATION ModeInfo; EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE Mode; -- 2.39.2