Martin Roth (martin.roth@se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5736
-gerrit
commit e678468a37c569a1f0b6f7749eb871312be50f17 Author: Martin Roth gaumless@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@gmail.com --- src/vendorcode/intel/fsp/baytrail/include/fspplatform.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h b/src/vendorcode/intel/fsp/baytrail/include/fspplatform.h index 1b5fca1..81f7b66 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 +#endif