[coreboot-gerrit] New patch to review for coreboot: 0aa879e vendorcode/.../fsp/baytrail: remove duplicate prototype

Martin Roth (martin.roth@se-eng.com) gerrit at coreboot.org
Tue May 13 22:35:31 CEST 2014


Martin Roth (martin.roth at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5736

-gerrit

commit 0aa879ee4bef5b18d61aa3c4a1024ce8a4e4a5dc
Author: Martin Roth <gaumless at gmail.com>
Date:   Tue May 13 14:33:37 2014 -0600

    vendorcode/.../fsp/baytrail: remove duplicate prototype
    
    There were two copies of the GetFspReservedMemoryFromGuid prototype in
    the fspplatform.h file for some reason.
    
    Change-Id: Id121f1e3ddf5aad28b954c873c93f921ce35624f
    Signed-off-by: Martin Roth <gaumless at gmail.com>
---
 src/vendorcode/intel/fsp/baytrail/include/fspplatform.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h b/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h
index 1b5fca1..97845d4 100644
--- a/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h
+++ b/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h
@@ -75,11 +75,4 @@ GetLowMemorySize (
   uint32_t         *LowMemoryLength
   );
 
-void
-GetFspReservedMemoryFromGuid (  
-  uint32_t         *FspMemoryBase,
-  uint32_t         *FspMemoryLength,
-  EFI_GUID          FspReservedMemoryGuid
-  );
-
 #endif
\ No newline at end of file



More information about the coreboot-gerrit mailing list