]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/LcdGraphicsOutputDxe: The structure signature is a 32 bit value
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Mar 2013 01:00:30 +0000 (01:00 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Mar 2013 01:00:30 +0000 (01:00 +0000)
The signature was declared as UINTN.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14190 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h

index 1e66a428e1570bd85adb36c7d16ef96d7f7b6bfc..dfbf2ed67122cda97dd5e6c9a47fb355229ce93f 100644 (file)
@@ -34,7 +34,7 @@ typedef struct {
 } LCD_GRAPHICS_DEVICE_PATH;\r
 \r
 typedef struct {\r
-  UINT                                Signature;\r
+  UINT32                                Signature;\r
   EFI_HANDLE                            Handle;\r
   EFI_GRAPHICS_OUTPUT_MODE_INFORMATION  ModeInfo;\r
   EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE     Mode;\r