Revision: 14190
          http://edk2.svn.sourceforge.net/edk2/?rev=14190&view=rev
Author:   oliviermartin
Date:     2013-03-12 01:00:30 +0000 (Tue, 12 Mar 2013)
Log Message:
-----------
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 <olivier.mar...@arm.com>

Modified Paths:
--------------
    
trunk/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h

Modified: 
trunk/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h
===================================================================
--- 
trunk/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h   
    2013-03-12 00:59:46 UTC (rev 14189)
+++ 
trunk/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h   
    2013-03-12 01:00:30 UTC (rev 14190)
@@ -34,7 +34,7 @@
 } 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;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to